chat et al: '.next' and '.config.yaml' are now ignored by ChatDB
This commit is contained in:
+1
-1
@@ -241,7 +241,7 @@ class TestChatDB(unittest.TestCase):
|
||||
self.assertEqual(chat_db.get_next_fid(), 5)
|
||||
self.assertEqual(chat_db.get_next_fid(), 6)
|
||||
self.assertEqual(chat_db.get_next_fid(), 7)
|
||||
with open(chat_db.next_fname, 'r') as f:
|
||||
with open(chat_db.next_path, 'r') as f:
|
||||
self.assertEqual(f.read(), '7')
|
||||
|
||||
def test_chat_db_write(self) -> None:
|
||||
|
||||
Reference in New Issue
Block a user