Skip to content
Snippets Groups Projects
Commit 3965c7b5 authored by Maiken Louise's avatar Maiken Louise
Browse files

Errors fixed

parent 5ab43978
No related branches found
No related tags found
No related merge requests found
Pipeline #114639 passed
......@@ -47,7 +47,7 @@ public class CalculatorResourceTest{
}
@Test
public void testMultiplication(){
public void testDivision(){
CalculatorResource calculatorResource = new CalculatorResource();
String equation = "16/4";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment