Skip to content

Commit afb1b96

Browse files
committed
remove extra test type
1 parent 832b2eb commit afb1b96

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

codeflash/verification/test_results.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,8 @@ class TestType(Enum):
3030
GENERATED_REGRESSION = 3
3131
REPLAY_TEST = 4
3232
CONCOLIC_COVERAGE_TEST = 5
33-
INIT_STATE_TEST = 6
3433

3534
def to_name(self) -> str:
36-
if self == TestType.INIT_STATE_TEST:
37-
return ""
3835
names = {
3936
TestType.EXISTING_UNIT_TEST: "⚙️ Existing Unit Tests",
4037
TestType.INSPIRED_REGRESSION: "🎨 Inspired Regression Tests",

0 commit comments

Comments
 (0)