From 63bb99bf67c72315479ccfe3d5a9367bcb64e7c1 Mon Sep 17 00:00:00 2001
From: jack-parsons <jack.parsons.uk@icloud.com>
Date: Tue, 23 Jul 2019 15:33:59 +0100
Subject: [PATCH] Checking that the Gitlab tester is working (should fail)

---
 tests/test_basics.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test_basics.py b/tests/test_basics.py
index ba7551a..6b5da93 100644
--- a/tests/test_basics.py
+++ b/tests/test_basics.py
@@ -17,7 +17,7 @@ class TestBasicFunction(unittest.TestCase):
         """
         Test that the suite is running correctly
         """
-        self.assertTrue(True)
+        self.assertTrue(False)
 
     def test_python_imports(self):
         """
-- 
GitLab