Adjusting the settings names now

This commit is contained in:
Trenton H
2026-01-11 13:08:37 -08:00
parent e7f48f220f
commit 906b82deff
4 changed files with 11 additions and 18 deletions

View File

@@ -275,6 +275,8 @@ class TestExportImport(
call_command("document_importer", "--no-progress-bar", self.target)
self.assertEqual(Document.objects.count(), 4)
for tag in Tag.objects.all():
print(f"id: {tag.pk}: {tag.name}")
self.assertEqual(Tag.objects.count(), 1)
self.assertEqual(Correspondent.objects.count(), 1)
self.assertEqual(DocumentType.objects.count(), 1)