Skip to content

Commit

Permalink
SNOW-1599877 Move TestMethod Class to Java Test Dir (#136)
Browse files Browse the repository at this point in the history
move TestMethod to the correct location
  • Loading branch information
sfc-gh-bli authored Aug 5, 2024
1 parent 5256e71 commit 71c3d1b
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 71c3d1b

Please sign in to comment.