Skip to content
Snippets Groups Projects
Verified Commit fec1a430 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

See #432: Removed flaky assertion in test

parent e678b03a
No related branches found
No related tags found
No related merge requests found
...@@ -81,11 +81,7 @@ def test_load_test_data_dry_run(factories, mocker): ...@@ -81,11 +81,7 @@ def test_load_test_data_dry_run(factories, mocker):
), ),
( (
{"create_dependencies": True, "track_tags": 3}, {"create_dependencies": True, "track_tags": 3},
[ [(tags_models.Tag.objects.all(), 1), (music_models.Track.objects.all(), 3)],
(tags_models.Tag.objects.all(), 1),
(tags_models.TaggedItem.objects.all(), 3),
(music_models.Track.objects.all(), 3),
],
), ),
], ],
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment