Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
fixup! Add ContributorManager with filter_by_name method
Browse files Browse the repository at this point in the history
  • Loading branch information
jwalgran committed Jan 27, 2022
1 parent 46f81ed commit a44f6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/django/api/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -7288,7 +7288,7 @@ def test_filter_by_name(self):
self.assertGreater(matches.count(), 0)
self.assertLess(matches[0].similarity, 1.0)
self.assertGreater(matches[0].similarity,
ContributorManager.TRIGRAM_SIMILARY_THRESHOLD)
ContributorManager.TRIGRAM_SIMILARITY_THRESHOLD)

def test_filter_by_name_verified(self):
user1 = User.objects.create(email='test1@test.com')
Expand Down

0 comments on commit a44f6f5

Please sign in to comment.