Skip to content

Commit fdf8f54

Browse files
committed
fix test
1 parent 6f44441 commit fdf8f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posthog/test/test_feature_flags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1648,7 +1648,7 @@ def test_boolean_feature_flag_payload_decide(self, patch_decide):
16481648
),
16491649
300,
16501650
)
1651-
self.assertEqual(patch_decide.call_count, 2)
1651+
self.assertEqual(patch_decide.call_count, 3)
16521652

16531653
@mock.patch("posthog.client.decide")
16541654
def test_multivariate_feature_flag_payloads(self, patch_decide):

0 commit comments

Comments
 (0)