From 2e5da618440e89d052ffe4dac66178905595006a Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Apr 22 2020 05:02:00 +0000 Subject: [PATCH 1/2] Test PR to test CI. --- diff --git a/README.md b/README.md index fbfb403..7a8a19b 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,5 @@ compose difference will be added as comment to the PR. It should therefore be clear if the most important parts of the compose still works with the PR applied and how the PR changed the compose. + +test CI \ No newline at end of file From fd8da1280bd85076637fd74ea4678171fad4d8be Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Apr 22 2020 05:03:27 +0000 Subject: [PATCH 2/2] Test PR to test CI. --- diff --git a/tests/test_cccc.py b/tests/test_cccc.py index 7319da7..01ef464 100644 --- a/tests/test_cccc.py +++ b/tests/test_cccc.py @@ -10,4 +10,4 @@ class TestConsole(unittest.TestCase): def test_main(self): with self.assertRaises(SystemExit) as cm: main(['-h']) - self.assertEqual(cm.exception.code, 0) + self.assertEqual(cm.exception.code, 1)