We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b5284 commit 35598cfCopy full SHA for 35598cf
codeflash/errors/errors.py
@@ -76,5 +76,5 @@ def test_confidence_threshold_not_met_error() -> CodeflashError:
76
def behavioral_test_failure_error() -> CodeflashError:
77
return CodeflashError(
78
"BEHAVIORAL_TEST_FAILURE_ERROR",
79
- "Failed to establish a baseline for the original code - bevhavioral tests failed.",
+ "Failed to establish a baseline for the original code - behavioral tests failed.",
80
)
0 commit comments