Commit cad9fd06 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

tweaks

parent 16cecad4
Pipeline #2164 failed with stage
in 0 seconds
......@@ -2,7 +2,7 @@ import unittest
from csst_common.status import CsstStatus
class TestParams(unittest.TestCase):
class TestCsstStatus(unittest.TestCase):
def test_params(self):
self.assertTrue(CsstStatus(0) == CsstStatus.PERFECT)
self.assertTrue(CsstStatus(1) == CsstStatus.WARNING)
......
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