Commit 45cd6f4d authored by BO ZHANG's avatar BO ZHANG :basketball:
Browse files

use assertEqual

parent 8c9c54d1
No related merge requests found
Pipeline #1469 failed with stage
in 0 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -36,7 +36,7 @@ class FlipImageTestCase(unittest.TestCase):
delimiter=",",
dtype=int,
)
self.assertIs(
self.assertEqual(
flip_image(image_input),
image_answer,
"Test flip image on server failed",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment