diff --git a/tests/Test.m b/tests/Test.m
index bc1634e515d2efb3b5a9dfa2b884dd0c9686e983..b9164bdd5036ba54200756137808d3283370fa40 100644
--- a/tests/Test.m
+++ b/tests/Test.m
@@ -35,10 +35,6 @@ classdef Test < Config
             obj.cols = cols;  % Set cols
         end
 
-        function e = get.e(obj)
-            e = obj.c*ones(10000, 10000);
-        end
-
         function randomMatrix = get.randomMatrix(obj)
             randomMatrix = obj.a * randn(obj.rows, obj.cols);
         end