Skip to content

Commit

Permalink
clean up KeysAndLevers test
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada committed Nov 16, 2024
1 parent 353358e commit 3afeccf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public class KeysAndLeversTest extends MockedTest
private TheCurseOfArrav helper;

@BeforeEach
protected void lol()
protected void preTest()
{
when(playerStateManager.getAccountType()).thenReturn(AccountType.NORMAL);

Expand All @@ -75,7 +75,7 @@ protected void lol()
}

@AfterEach
protected void lel()
protected void postTest()
{
questPerspectiveMockedStatic.close();
worldPointMockedStatic.close();
Expand Down

0 comments on commit 3afeccf

Please sign in to comment.