Commit 12496d31 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

updated unit tests

parent 768410a6
Pipeline #187 passed with stages
in 15 seconds
......@@ -8,5 +8,5 @@ class TestCaseDemoFunction(unittest.TestCase):
def test_demo_function(self):
# flip test image
self.assertTrue(
a_demo_function(1) is None
a_demo_function(None) == 1
)
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