diff --git a/src/test/java/ntnu/idatt2016/v233/SmartMat/controller/group/FridgeControllerTest.java b/src/test/java/ntnu/idatt2016/v233/SmartMat/controller/group/FridgeControllerTest.java
index 8e382735d7f1bb54ecf48a4ebcb7377425e852b3..307be4db9141b3099e236fc6f67d7bc84f99f643 100644
--- a/src/test/java/ntnu/idatt2016/v233/SmartMat/controller/group/FridgeControllerTest.java
+++ b/src/test/java/ntnu/idatt2016/v233/SmartMat/controller/group/FridgeControllerTest.java
@@ -49,7 +49,7 @@ public class FridgeControllerTest {
         fridge = new Fridge();
         product = new Product();
         fridgeProductAsso = new FridgeProductAsso();
-        fridgeProductRequest = new FridgeProductRequest(1L, 1L, 1L, 2, 7);
+        fridgeProductRequest = new FridgeProductRequest(1L, 1L, 1L, 2, 7, 100);
     }
 
     @Test