Skip to content

Commit

Permalink
Merge pull request #383 from mesozoic/manual_sort
Browse files Browse the repository at this point in the history
Fix failing integration test for manualSort field
  • Loading branch information
mesozoic authored Aug 21, 2024
2 parents 59447ab + 8a30d10 commit d53ecb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/test_integration_orm.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ def test_every_field(Everything):
f.ExternalSyncSourceField,
f.AITextField,
f.RequiredAITextField,
f.ManualSortField,
}:
continue
assert field_class in classes_used
Expand Down

0 comments on commit d53ecb2

Please sign in to comment.