Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 56516b5

Browse files
author
Praful Makani
committed
refactor(samples): update IT
1 parent f0b326f commit 56516b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/snippets/src/test/java/com/example/bigquery/SimpleAppIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ public void tearDown() {
5858
public void testQuickstart() throws Exception {
5959
SimpleApp.main();
6060
String got = bout.toString();
61-
assertThat(got).contains("views:");
61+
assertThat(got).contains("Repo name:");
6262
}
6363
}

0 commit comments

Comments
 (0)