Skip to content

Commit b606645

Browse files
committed
Fix filename to match test name.
1 parent 65a947b commit b606645

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2033,7 +2033,7 @@ public void testTFRange2()
20332033
@Test
20342034
public void testTFRange3()
20352035
throws ClassHierarchyException, IllegalArgumentException, CancelException, IOException {
2036-
test("test_tf_range.py", "f", 1, 1, Map.of(2, Set.of(SCALAR_TENSOR_OF_INT32)));
2036+
test("tf2_test_tf_range3.py", "f", 1, 1, Map.of(2, Set.of(SCALAR_TENSOR_OF_INT32)));
20372037
}
20382038

20392039
@Test

com.ibm.wala.cast.python.test/data/test_tf_range.py renamed to com.ibm.wala.cast.python.test/data/tf2_test_tf_range3.py

File renamed without changes.

0 commit comments

Comments
 (0)