Skip to content

Commit 35598cf

Browse files
typo
1 parent 13b5284 commit 35598cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/errors/errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ def test_confidence_threshold_not_met_error() -> CodeflashError:
7676
def behavioral_test_failure_error() -> CodeflashError:
7777
return CodeflashError(
7878
"BEHAVIORAL_TEST_FAILURE_ERROR",
79-
"Failed to establish a baseline for the original code - bevhavioral tests failed.",
79+
"Failed to establish a baseline for the original code - behavioral tests failed.",
8080
)

0 commit comments

Comments
 (0)