Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mrojas authored Aug 5, 2024
2 parents 58a15f9 + 71c3d1b commit b339129
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/test/java/com/snowflake/snowpark_test/TestBase.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.snowflake.snowpark_test;

import com.snowflake.snowpark.TestMethod;
import com.snowflake.snowpark.TestUtils;
import com.snowflake.snowpark_java.JavaToScalaConvertor;
import com.snowflake.snowpark_java.Session;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.snowflake.snowpark;
package com.snowflake.snowpark_test;

@FunctionalInterface
public interface TestMethod {
void run();
void run();
}

0 comments on commit b339129

Please sign in to comment.