See #432: Removed flaky assertion in test

This commit is contained in:
Eliot Berriot 2019-07-18 14:11:51 +02:00
parent e678b03ad8
commit fec1a43012
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with 1 additions and 5 deletions

View File

@ -81,11 +81,7 @@ def test_load_test_data_dry_run(factories, mocker):
),
(
{"create_dependencies": True, "track_tags": 3},
[
(tags_models.Tag.objects.all(), 1),
(tags_models.TaggedItem.objects.all(), 3),
(music_models.Track.objects.all(), 3),
],
[(tags_models.Tag.objects.all(), 1), (music_models.Track.objects.all(), 3)],
),
],
)