Skip to content

Commit

Permalink
Revert "Switch ensureTestNamingConvention to run in JUnit to reduce t…
Browse files Browse the repository at this point in the history
…est setups"

This reverts commit 6858091.
  • Loading branch information
wendigo authored and findepi committed Oct 11, 2023
1 parent c6df423 commit 5023a28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
import org.intellij.lang.annotations.Language;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.TestInstance;
import org.testng.annotations.AfterClass;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.Test;

import java.util.List;
import java.util.Map;
Expand Down

0 comments on commit 5023a28

Please sign in to comment.