Browse Source

Fixed duplicate 'pk' on fixtures

Fixed duplicate 'pk' on fixtures
DecaTec 3 years ago
parent
commit
0f182c2b15
2 changed files with 1 additions and 1 deletions
  1. 0 0
      fixtures/encoding_profiles.json
  2. 1 1
      tests/test_fixtures.py

File diff suppressed because it is too large
+ 0 - 0
fixtures/encoding_profiles.json


+ 1 - 1
tests/test_fixtures.py

@@ -24,7 +24,7 @@ class TestFixtures(TestCase):
         profiles = EncodeProfile.objects.all()
         self.assertEqual(
             profiles.count(),
-            21,
+            22,
             "Problem with Encode Profile fixtures",
         )
         profiles = EncodeProfile.objects.filter(active=True)

Some files were not shown because too many files changed in this diff