From bf0d27a61f03e83a0b2bc204e89631845a2f364d Mon Sep 17 00:00:00 2001 From: Lucian Hymer Date: Tue, 11 Jul 2023 16:53:56 -0700 Subject: [PATCH] fixed test --- api/scorer/test/test_create_community_id.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/scorer/test/test_create_community_id.py b/api/scorer/test/test_create_community_id.py index 6d9c9e6c9..8920e3491 100644 --- a/api/scorer/test/test_create_community_id.py +++ b/api/scorer/test/test_create_community_id.py @@ -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"