Removes the check here

This commit is contained in:
Trenton H
2026-01-11 13:43:15 -08:00
parent 778145c6ae
commit 035cc19372

View File

@@ -275,8 +275,6 @@ class TestExportImport(
call_command("document_importer", "--no-progress-bar", self.target) call_command("document_importer", "--no-progress-bar", self.target)
self.assertEqual(Document.objects.count(), 4) 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(Tag.objects.count(), 1)
self.assertEqual(Correspondent.objects.count(), 1) self.assertEqual(Correspondent.objects.count(), 1)
self.assertEqual(DocumentType.objects.count(), 1) self.assertEqual(DocumentType.objects.count(), 1)