Add todo to db_helper_tests
This commit is contained in:
@@ -57,3 +57,5 @@ class TestClass():
|
||||
callouts = self.DATABASE_CONN.query_callouts(days=7)
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user