Skip to content

Commit 16408ae

Browse files
Update tests/sentry/workflow_engine/handlers/detector/test_stateful.py
Co-authored-by: Colleen O'Rourke <colleen@sentry.io>
1 parent c19f343 commit 16408ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sentry/workflow_engine/handlers/detector/test_stateful.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def setUp(self):
8282
},
8383
)
8484

85-
def test_evaualte__override_threshold(self):
85+
def test_evaluate__override_threshold(self):
8686
result = self.handler.evaluate(self.data_packet)
8787
assert result == {}
8888

0 commit comments

Comments
 (0)