You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1beta2/JsonToProtoMessageTest.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -935,7 +935,7 @@ public void testRepeatedWithMixedTypes() throws Exception {
935
935
Assert.fail("should fail");
936
936
} catch (IllegalArgumentExceptione) {
937
937
assertEquals(
938
-
"JSONObject does not have a double field at root.test_repeated[2].", e.getMessage());
938
+
"JSONObject does not have a double field at root.test_repeated[0].", e.getMessage());
0 commit comments