Skip to content

Commit 309695a

Browse files
committed
added a comment to remind that the class is duplicated
1 parent 1140923 commit 309695a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/models/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ class TestingMode(enum.Enum):
364364
PERFORMANCE = "performance"
365365
LINE_PROFILE = "line_profile"
366366

367-
367+
#TODO this class is duplicated in codeflash_capture
368368
class VerificationType(str, Enum):
369369
FUNCTION_CALL = (
370370
"function_call" # Correctness verification for a test function, checks input values and output values)

0 commit comments

Comments
 (0)