home
·
contact
·
privacy
projects
/
plomtask
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2306600
)
Fix miswritten test.
author
Christian Heller
<c.heller@plomlompom.de>
Wed, 20 Mar 2024 02:19:47 +0000
(
03:19
+0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Wed, 20 Mar 2024 02:19:47 +0000
(
03:19
+0100)
tests/test_days.py
patch
|
blob
|
history
diff --git
a/tests/test_days.py
b/tests/test_days.py
index cc0f80db857b2fdf4ad83124d117b39c2cdb5135..08ce637501887b86bb626a465a19a1e1cae4ece5 100644
(file)
--- a/
tests/test_days.py
+++ b/
tests/test_days.py
@@
-87,7
+87,7
@@
class TestsWithDB(TestCase):
[day1, day2, day3])
self.assertEqual(Day.all(self.db_conn, ('', '2024-01-02')),
[day1, day2])
- self.assertEqual(Day.all(self.db_conn, ('2024-01-03
,
2024-01-01')),
+ self.assertEqual(Day.all(self.db_conn, ('2024-01-03
', '
2024-01-01')),
[])
def test_Day_comment(self):