Skip to content

Commit 2cc65b9

Browse files
committed
Fix test.
1 parent aa6d71b commit 2cc65b9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

com.ibm.wala.cast.python.ml.test/source/com/ibm/wala/cast/python/ml/test/TestTensorflow2Model.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1277,7 +1277,12 @@ public void testAdd32()
12771277
@Test
12781278
public void testAdd33()
12791279
throws ClassHierarchyException, IllegalArgumentException, CancelException, IOException {
1280-
test("tf2_test_add33.py", "add", 2, 2, Map.of(2, Set.of(MNIST_INPUT), 3, Set.of(MNIST_INPUT)));
1280+
test(
1281+
"tf2_test_add33.py",
1282+
"add",
1283+
2,
1284+
2,
1285+
Map.of(2, Set.of(TENSOR_2_INT32), 3, Set.of(TENSOR_2_INT32)));
12811286
}
12821287

12831288
@Test

0 commit comments

Comments
 (0)