Skip to content

Commit 6576292

Browse files
committed
Fix test.
1 parent 32a8bd5 commit 6576292

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3800,10 +3800,8 @@ public void testStaticMethod12() throws ClassHierarchyException, CancelException
38003800
test("tf2_test_static_method12.py", "f", 1, 1, Map.of(2, Set.of(SCALAR_TENSOR_OF_INT32)));
38013801
}
38023802

3803-
@Test(expected = IllegalStateException.class)
3803+
@Test
38043804
public void testStaticMethod13() throws ClassHierarchyException, CancelException, IOException {
3805-
// NOTE: This test will no longer throw an exception once data types other than lists are
3806-
// supported for shape arguments.
38073805
test(
38083806
"tf2_test_static_method13.py",
38093807
"MyClass.the_static_method",

0 commit comments

Comments
 (0)