Skip to content

Commit

Permalink
chore: add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
david-mackessy committed Dec 11, 2024
1 parent 19e4f06 commit d531630
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions dhis-2/dhis-test-e2e/src/test/java/org/hisp/dhis/ApiTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
import org.hisp.dhis.helpers.extensions.MetadataSetupExtension;
import org.hisp.dhis.test.e2e.actions.LoginActions;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.TestInstance;
import org.junit.jupiter.api.extension.ExtendWith;

Expand All @@ -52,9 +51,4 @@ public void afterAll() {
new LoginActions().loginAsDefaultUser();
new TestCleanUp().deleteCreatedEntities();
}

@AfterEach
public void cleanup() {
new TestCleanUp().deleteCreatedEntities();
}
}

0 comments on commit d531630

Please sign in to comment.