Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianHymer committed Jul 11, 2023
1 parent 9cba957 commit bf0d27a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/scorer/test/test_create_community_id.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ def _():
"""that Community uses the latest weights and threshold."""
community = Community.objects.all()[0]
scorer = community.scorer.binaryweightedscorer
assert scorer.threshold == Decimal("15.00")
assert scorer.weights["Discord"] == "1.67"
assert scorer.threshold == Decimal("20.00")
assert scorer.weights["Discord"] == "0.689"

0 comments on commit bf0d27a

Please sign in to comment.