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

Merge branch 'fix-text-fail' into 'master'

fix test

See merge request surya/devops-workshop!17
parents e1aafb47 f9182e55
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ public class CalculatorResourceTest{
assertEquals(201, calculatorResource.calculate(expression));
}
@Test
public void testSum(){
CalculatorResource calculatorResource = new CalculatorResource();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment