update
This commit is contained in:
parent
332fa2bcd0
commit
6933a9110d
2 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"PATH": {
|
||||
"DATABASE": "database/comments.db",
|
||||
"DATABASE": "database/default.db",
|
||||
"ERROR_LOG": "logs/error.log",
|
||||
"DEBUG_LOG": "logs/debug.log",
|
||||
"SERVER_LOG": "logs/server.log"
|
||||
|
|
|
@ -222,7 +222,6 @@ class TestDatabaseOperations(DatabaseTestCase):
|
|||
self.assertFalse(deleted)
|
||||
|
||||
|
||||
|
||||
class ListDatabaseTest(DatabaseTestCase):
|
||||
def setUp(self) -> None:
|
||||
super().setUp()
|
||||
|
|
Loading…
Reference in a new issue