diff --git a/tests/deepstate_base.py b/tests/deepstate_base.py index d04d6e3..3c2a524 100644 --- a/tests/deepstate_base.py +++ b/tests/deepstate_base.py @@ -11,4 +11,4 @@ class DeepStateTestCase(TestCase): self.run_deepstate("deepstate-manticore") def run_deepstate(self, deepstate): - print("You should define an actual test of DeepState here.") + print("define an actual test of DeepState here.")