Remove todo message

This commit is contained in:
2025-10-17 11:05:30 -06:00
parent 9b7c70576b
commit 97a3ae22fa

View File

@@ -58,8 +58,6 @@ class TestClass():
formatted_callouts = self.DATABASE_CONN.format_list_of_callouts(callouts=callouts)
assert formatted_callouts.__class__ is str
# TODO write tests for the break addition/removal
def test_add_break(self) -> None:
today: datetime.date = datetime.date.today()
new_break = self.DATABASE_CONN.add_break(user_id=1, break_start=today, break_end=today)