Skip to content

Commit c6139c3

Browse files
committed
pesky bug
1 parent a6a2440 commit c6139c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

codeflash/discovery/discover_unit_tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ def insert_test(
7979
line_number: int,
8080
col_number: int,
8181
) -> None:
82-
self.cur.execute("DELETE FROM discovered_tests WHERE file_path = ?", (file_path,))
8382
test_type_value = test_type.value if hasattr(test_type, "value") else test_type
8483
self.cur.execute(
8584
"INSERT INTO discovered_tests VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)",

0 commit comments

Comments
 (0)