Skip to content

Commit

Permalink
#652 Fixed code smells for: MoralDay1CutsceneTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Murphy committed Oct 17, 2024
1 parent 767961c commit e08ee20
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import static org.junit.jupiter.api.Assertions.*;
import static org.mockito.Mockito.*;

public class MoralDay1CutsceneTest {
class MoralDay1CutsceneTest {

private MoralDay1Cutscene moralDay1Cutscene;

Expand Down Expand Up @@ -60,5 +60,6 @@ void testScenesAreCreatedCorrectly() {
void testCreateEntities() {
// Just used for code coverage
moralDay1Cutscene.createEntities();
assertTrue(true);
}
}

0 comments on commit e08ee20

Please sign in to comment.