Skip to content

Commit

Permalink
Update tests to use JOSM JUnit 5 @annotations
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Smock <[email protected]>
  • Loading branch information
tsmock committed Nov 6, 2023
1 parent 6ddfffc commit 764f6a2
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
import java.util.ArrayList;

import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.RegisterExtension;
import org.openstreetmap.josm.testutils.JOSMTestRules;

import com.kaart.openqa.annotations.OpenQACacheAnnotation;

Expand All @@ -16,9 +14,6 @@
*/
@OpenQACacheAnnotation
class KeepRightInformationTest {
@RegisterExtension
static JOSMTestRules rule = new JOSMTestRules();

/**
* Test the default KeepRight preferences
*/
Expand Down

0 comments on commit 764f6a2

Please sign in to comment.