Skip to content

Commit 55ee441

Browse files
albina-astrsiriak
andauthored
minor fix
Co-authored-by: Andrii Siriak <[email protected]>
1 parent 68dd2e9 commit 55ee441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/thealgorithms/maths/FactorialTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import org.junit.jupiter.api.Test;
66

77
public class FactorialTest {
8-
private static final String EXCEPTION_MESSAGE = "Input number cannot be negative!";
8+
private static final String EXCEPTION_MESSAGE = "Input number cannot be negative";
99

1010
@Test
1111
public void testWhenInvalidInoutProvidedShouldThrowException() {

0 commit comments

Comments
 (0)