Skip to content

Commit

Permalink
#652 Fixed code smells for: Day2CutsceneTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Murphy committed Oct 17, 2024
1 parent 5311f41 commit 92c1795
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class Day2CutsceneTest {
private Entity entity;

@Before
public void setUp() throws Exception {
public void setUp() {
resourceService = mock(ResourceService.class);
entity = mock(Entity.class);

Expand Down

0 comments on commit 92c1795

Please sign in to comment.