Skip to content
This repository was archived by the owner on Feb 10, 2021. It is now read-only.

Commit cedde3a

Browse files
author
Taras
committed
- refactored FunctionsTest.java
1 parent b3393bc commit cedde3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

math-functions/src/test/java/com/bobocode/FunctionsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public void testSignFunctionOnZero(){
7979
}
8080

8181
@Test(expected = InvalidFunctionNameException.class)
82-
public void testSqrtFunction(){
82+
public void testGetUnknownFunction(){
8383
integerFunctionMap.getFunction("sqrt");
8484
}
8585
}

0 commit comments

Comments
 (0)