Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
moshthepitt committed Mar 6, 2019
1 parent 7f86090 commit 3a0f2de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ def test_vega_list_view(self):
"""
Test VegaListView
"""
Artist.objects.all().delete()

artist = mommy.make("artist_app.Artist", name="Bob")
mommy.make("artist_app.Artist", _quantity=7)

Expand Down

0 comments on commit 3a0f2de

Please sign in to comment.