Skip to content

Commit a578d58

Browse files
khatchadCopilot
andcommitted
Actually use the test file.
Co-authored-by: Copilot <[email protected]>
1 parent fc78426 commit a578d58

File tree

1 file changed

+1
-1
lines changed

1 file 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
@@ -3372,7 +3372,7 @@ public void testReshape4() throws ClassHierarchyException, CancelException, IOEx
33723372
/** Test https://github.com/wala/ML/issues/195. */
33733373
@Test
33743374
public void testReshape5() throws ClassHierarchyException, CancelException, IOException {
3375-
test("tf2_test_reshape.py", "f", 1, 1, 2);
3375+
test("tf2_test_reshape5.py", "f", 1, 1, 2);
33763376
}
33773377

33783378
private void test(

0 commit comments

Comments
 (0)