Skip to content

Commit

Permalink
Whops, not sure why the tests didn't run the final time before merging.
Browse files Browse the repository at this point in the history
Fixed.
  • Loading branch information
mayhem committed Apr 12, 2024
1 parent 57036ac commit 79987ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def test_artist(self):
def test_artist_credit(self):

a = ArtistCredit()
assert a.artists is None
assert a.artists == []
assert a.name is None
assert a.artist_credit_id is None
with self.assertRaises(TypeError):
Expand Down

0 comments on commit 79987ee

Please sign in to comment.