We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03149cd commit 30c621cCopy full SHA for 30c621c
java/core/src/test/java/com/google/protobuf/GeneratedMessagePre22ErrorTest.java
@@ -1,7 +1,7 @@
1
package com.google.protobuf;
2
3
import static com.google.common.truth.Truth.assertThat;
4
-import static com.google.common.truth.Truth.assertThrows;
+import static org.junit.Assert.assertThrows;
5
6
import protobuf_unittest.UnittestProto.TestAllExtensions;
7
import org.junit.Test;
0 commit comments