Skip to content
Snippets Groups Projects
Commit b4a82c3c authored by Surya Bahadur Kathayat's avatar Surya Bahadur Kathayat
Browse files

Merge branch 'testing2' into 'master'

make some tests feil

See merge request surya/devops-workshop!15
parents b5759604 d949a278
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ public class CalculatorResourceTest{
assertEquals(400, calculatorResource.calculate(expression));
expression = " 300 - 99 ";
assertEquals(201, calculatorResource.calculate(expression));
assertEquals(200, calculatorResource.calculate(expression));
}
@Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment