Skip to content

Commit

Permalink
Add missing @test annotation in AcosTest
Browse files Browse the repository at this point in the history
  • Loading branch information
grantcopley committed Jan 12, 2024
1 parent c0ed4c7 commit 7f72a64
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ public void testItReturnsACosineMember() {
}

@DisplayName( "It throws an exception when the input is out of range" )
@Test
public void testItThrowsAnExceptionWhenTheInputIsOutOfRange() {
assertThrows(
BoxRuntimeException.class,
Expand Down

0 comments on commit 7f72a64

Please sign in to comment.