Skip to content
Snippets Groups Projects
Commit 2b3377a3 authored by Anders Austlid's avatar Anders Austlid
Browse files

Fixed syntax error in fridge controller tests

parent e63dfddc
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ public class FridgeControllerTest { ...@@ -49,7 +49,7 @@ public class FridgeControllerTest {
fridge = new Fridge(); fridge = new Fridge();
product = new Product(); product = new Product();
fridgeProductAsso = new FridgeProductAsso(); fridgeProductAsso = new FridgeProductAsso();
fridgeProductRequest = new FridgeProductRequest(1L, 1L, 1L, 2, 7); fridgeProductRequest = new FridgeProductRequest(1L, 1L, 1L, 2, 7, 100);
} }
@Test @Test
......
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