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

Commit 317dc35

Browse files
committed
add assertNotNull import
1 parent 9a4218a commit 317dc35

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
package com.example.bigquery;
1818

1919
import static com.google.common.truth.Truth.assertThat;
20+
import static junit.framework.TestCase.assertNotNull;
2021

2122
import com.google.api.gax.retrying.ResultRetryAlgorithm;
2223
import com.google.cloud.ExceptionHandler;

0 commit comments

Comments
 (0)