Skip to content

Commit

Permalink
Fix rule
Browse files Browse the repository at this point in the history
  • Loading branch information
amureki committed Jun 28, 2024
1 parent 0222be2 commit 04d1b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_baker.py
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ def test_creates_instance_for_model_with_list(self):
instance = baker.make(models.BaseModelForList, fk=["foo"])

assert instance.id
assert ["foo"] == instance.fk
assert instance.fk == ["foo"]


@pytest.mark.django_db
Expand Down

0 comments on commit 04d1b06

Please sign in to comment.