Skip to content

Commit

Permalink
Updated PauseMenuFactoryTest junit test to match changed implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
AlasdairS4698737 committed Oct 14, 2023
1 parent 2ec2a93 commit e731e35
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ void createsEntity() {
void entityHasRequiredComponents() {
assertNotNull(entity.getComponent(PauseMenuTimeStopComponent.class));
assertNotNull(entity.getComponent(PauseMenuButtonComponent.class));
assertNotNull(entity.getComponent(TextureRenderComponent.class));
}

@Test
Expand Down

0 comments on commit e731e35

Please sign in to comment.