From 9937138eba4f83aeb709ec10f104f606f9e2b6e0 Mon Sep 17 00:00:00 2001 From: PhongChuong Date: Fri, 11 Oct 2024 13:19:25 -0400 Subject: [PATCH] Add missing test import --- .../snippets/src/test/java/com/example/bigquery/SimpleAppIT.java | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/snippets/src/test/java/com/example/bigquery/SimpleAppIT.java b/samples/snippets/src/test/java/com/example/bigquery/SimpleAppIT.java index d4e745950..639172b6e 100644 --- a/samples/snippets/src/test/java/com/example/bigquery/SimpleAppIT.java +++ b/samples/snippets/src/test/java/com/example/bigquery/SimpleAppIT.java @@ -17,6 +17,7 @@ package com.example.bigquery; import static com.google.common.truth.Truth.assertThat; +import static junit.framework.TestCase.assertNotNull; import java.io.ByteArrayOutputStream; import java.io.PrintStream;