Skip to content

Commit 95f9d3a

Browse files
Build failure addressed.
1 parent b11dcc5 commit 95f9d3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/net/snowflake/client/jdbc/cloud/storage/SnowflakeStorageClientTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020

2121
class SnowflakeStorageClientTest {
2222

23-
private SnowflakeStorageClient storageClient;
23+
private static SnowflakeStorageClient storageClient;
2424

2525
@BeforeAll
26-
void setUp() {
26+
public static void setUp() {
2727
// Mock an implementation of the interface
2828
storageClient =
2929
new SnowflakeStorageClient() {

0 commit comments

Comments
 (0)