Skip to content

Commit 49e44ee

Browse files
committed
formatting
1 parent 119e8ec commit 49e44ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codeflash/discovery/discover_unit_tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ def get_function_to_test_map_for_file(
134134
return self.memory_cache[cache_key]
135135

136136
self.cur.execute(
137-
"SELECT * FROM discovered_tests WHERE project_root_path = ? AND file_path = ? AND file_hash = ?",
138-
(self.project_root_path, file_path, file_hash)
137+
"SELECT * FROM discovered_tests WHERE project_root_path = ? AND file_path = ? AND file_hash = ?",
138+
(self.project_root_path, file_path, file_hash),
139139
)
140140
rows = self.cur.fetchall()
141141
if not rows:

0 commit comments

Comments
 (0)