Skip to content

Commit 51c8726

Browse files
committed
incorporate review comment
1 parent 033375c commit 51c8726

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

samples/snippets/src/test/java/com/example/spanner/DatabaseRolesIT.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,13 @@
3030
import org.junit.Before;
3131
import org.junit.BeforeClass;
3232
import org.junit.Test;
33+
import org.junit.runner.RunWith;
34+
import org.junit.runners.JUnit4;
3335

36+
/** Integration tests for FGAC samples for GoogleStandardSql dialect. */
37+
@RunWith(JUnit4.class)
3438
public class DatabaseRolesIT extends SampleTestBase {
39+
3540
private static DatabaseId databaseId;
3641

3742
@BeforeClass

0 commit comments

Comments
 (0)