Skip to content

Commit

Permalink
Remove redundant ScenarioTest superclass
Browse files Browse the repository at this point in the history
  • Loading branch information
ghubstan committed Oct 28, 2020
1 parent f61f148 commit e8e55d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,13 @@
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.fail;



import bisq.apitest.method.MethodTest;

@Slf4j
@TestMethodOrder(MethodOrderer.OrderAnnotation.class)
public class FundWalletScenarioTest extends ScenarioTest {
public class FundWalletScenarioTest extends MethodTest {

@BeforeAll
public static void setUp() {
Expand Down
28 changes: 0 additions & 28 deletions apitest/src/test/java/bisq/apitest/scenario/ScenarioTest.java

This file was deleted.

0 comments on commit e8e55d2

Please sign in to comment.