From 7f72a6471772e0efea26795388fb7d455a008c14 Mon Sep 17 00:00:00 2001 From: Grant Copley Date: Fri, 12 Jan 2024 09:09:13 -0600 Subject: [PATCH] Add missing @Test annotation in AcosTest --- .../java/ortus/boxlang/runtime/bifs/global/math/AcosTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/java/ortus/boxlang/runtime/bifs/global/math/AcosTest.java b/src/test/java/ortus/boxlang/runtime/bifs/global/math/AcosTest.java index df7091a90..5946a3589 100644 --- a/src/test/java/ortus/boxlang/runtime/bifs/global/math/AcosTest.java +++ b/src/test/java/ortus/boxlang/runtime/bifs/global/math/AcosTest.java @@ -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,