Skip to content
Snippets Groups Projects
Verified Commit 3bef9a9f authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

add passing test

parent 4688abd5
Branches add-failing-test
No related tags found
1 merge request!6Add passing test
Pipeline #158043 failed
......@@ -38,3 +38,6 @@ class TestGetHello(unittest.TestCase):
def test_fail(self) -> None:
self.assertTrue(False)
def test_success(self) -> None:
self.assertTrue(True)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment