Skip to content

Commit

Permalink
don't extend
Browse files Browse the repository at this point in the history
  • Loading branch information
sharat87 committed Mar 27, 2024
1 parent 36a7717 commit 253f094
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import java.util.List;
import java.util.Map;

@ExtendWith(SpringExtension.class)
public class DSLTransformHelperTest {

private Map<String, JSONObject> jsonMap;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
import static com.appsmith.git.constants.GitDirectories.ACTION_DIRECTORY;
import static com.appsmith.git.constants.GitDirectories.PAGE_DIRECTORY;

@ExtendWith(SpringExtension.class)
public class FileUtilsImplTest {
private FileUtilsImpl fileUtils;

Expand Down

0 comments on commit 253f094

Please sign in to comment.