Skip to content

Commit 30c621c

Browse files
committed
Use the proper assertThrows
1 parent 03149cd commit 30c621c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/core/src/test/java/com/google/protobuf/GeneratedMessagePre22ErrorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.google.protobuf;
22

33
import static com.google.common.truth.Truth.assertThat;
4-
import static com.google.common.truth.Truth.assertThrows;
4+
import static org.junit.Assert.assertThrows;
55

66
import protobuf_unittest.UnittestProto.TestAllExtensions;
77
import org.junit.Test;

0 commit comments

Comments
 (0)