whatever gewoon de message van de site overnemen ofzo
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-03-02 11:54:13 +01:00
parent 23e4a30e14
commit 08f99b856a
2 changed files with 5 additions and 11 deletions
+1 -4
View File
@@ -176,7 +176,4 @@ class TestShitpost(unittest.TestCase):
if zaag is None:
self.skipTest(f"Server at iszaagmansallangsgeweest.nl has an error, or is unavailable")
else:
vandaag = datetime.now()
dag = vandaag.weekday()
truth = True if dag > 2 or (dag == 2 and vandaag.hour >= 12) else False
self.assertEqual(truth, zaag)
self.assertIsInstance(zaag, str)