We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68dd2e9 commit 55ee441Copy full SHA for 55ee441
src/test/java/com/thealgorithms/maths/FactorialTest.java
@@ -5,7 +5,7 @@
5
import org.junit.jupiter.api.Test;
6
7
public class FactorialTest {
8
- private static final String EXCEPTION_MESSAGE = "Input number cannot be negative!";
+ private static final String EXCEPTION_MESSAGE = "Input number cannot be negative";
9
10
@Test
11
public void testWhenInvalidInoutProvidedShouldThrowException() {
0 commit comments