From c08bdb7c60ebe955d573e3beffbfba9290791355 Mon Sep 17 00:00:00 2001 From: Carumar <1720808@stud.hs-mannheim.de> Date: Tue, 20 May 2025 15:20:45 +0200 Subject: [PATCH] asd --- VectorTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VectorTest.java b/VectorTest.java index 9d88260..956b21a 100644 --- a/VectorTest.java +++ b/VectorTest.java @@ -94,7 +94,7 @@ public class VectorTest { { 1, 2 }, { 3, 4 } }; - assertNull(Vector.matrixMultiplication(nonSquare, 3)); + assertNull(Vector.matrixMultiplication(non3DSquare, 3)); int[][] empty = new int[0][0]; assertNull(Vector.matrixMultiplication(empty, 2));