Skip to content

Commit

Permalink
Re-add the clear variables but package access only
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLimeGlass committed Mar 27, 2024
1 parent 6d43723 commit 43275d0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import org.junit.Before;
import org.junit.Test;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.BeforeEach;

import java.util.Arrays;
import java.util.List;
Expand All @@ -26,7 +26,7 @@ public class VariablesTest {
Variables.registerStorage(RamStorage.class, "ram");
}

@BeforeAll
@BeforeEach
public void clearVariables() {
Variables.clearVariables();
}
Expand Down

0 comments on commit 43275d0

Please sign in to comment.