Skip to content

Commit e265d70

Browse files
committed
Format.
1 parent 8b37b8d commit e265d70

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
@@ -1265,7 +1265,12 @@ public void testAdd30()
12651265
@Test
12661266
public void testAdd31()
12671267
throws ClassHierarchyException, IllegalArgumentException, CancelException, IOException {
1268-
test("tf2_test_add31.py", "add", 2, 2, Map.of(2, Set.of(TENSOR_1_2_INT32), 3, Set.of(TENSOR_2_2_INT32)));
1268+
test(
1269+
"tf2_test_add31.py",
1270+
"add",
1271+
2,
1272+
2,
1273+
Map.of(2, Set.of(TENSOR_1_2_INT32), 3, Set.of(TENSOR_2_2_INT32)));
12691274
}
12701275

12711276
@Test

0 commit comments

Comments
 (0)