Skip to content

Commit 3d86f91

Browse files
authored
test: Add a missing @test annotation (#2068)
Fixes #2067
1 parent d590343 commit 3d86f91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/data/v2/stub/EnhancedBigtableStubSettingsTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -815,6 +815,7 @@ public void routingCookieIsEnabled() throws IOException {
815815
assertThat(builder.build().toBuilder().getEnableRoutingCookie()).isTrue();
816816
}
817817

818+
@Test
818819
public void enableRetryInfoDefaultValueTest() throws IOException {
819820
String dummyProjectId = "my-project";
820821
String dummyInstanceId = "my-instance";

0 commit comments

Comments
 (0)