Skip to content

Commit 6c784d3

Browse files
committed
fix
1 parent c9113ee commit 6c784d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/legacy_test/test_cumsum_op.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ def test_static(self):
788788
self.assertEqual(result.dtype, dtype_input)
789789

790790

791-
class TestSumOpInt32(unittest.Testcase):
791+
class TestSumOpInt32(unittest.TestCase):
792792
def setUp(self):
793793
self.shape = [2, 3, 4]
794794
self.axis = 0

0 commit comments

Comments
 (0)