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

updated unit tests

parent 768410a6
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
        )