Skip to content

Commit

Permalink
maxDiff to None
Browse files Browse the repository at this point in the history
  • Loading branch information
sivkovic committed Jan 15, 2025
1 parent d40fa54 commit 2e07306
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def test_compile_pairs5(self):
call_command("loaddata", os.path.join(settings.TEST_FIXTURE_DIR, "10075_D.filemetadata.json"), verbosity=0)
call_command("loaddata", os.path.join(settings.TEST_FIXTURE_DIR, "05257_CB.file.json"), verbosity=0)
call_command("loaddata", os.path.join(settings.TEST_FIXTURE_DIR, "05257_CB.filemetadata.json"), verbosity=0)

self.maxDiff = None
# check the total number of db entries now
self.assertTrue(len(File.objects.all()) == 14)
self.assertTrue(len(FileMetadata.objects.all()) == 18)
Expand Down

0 comments on commit 2e07306

Please sign in to comment.