Skip to content

Commit ae5157b

Browse files
author
Codeflash Bot
committed
fix one test
1 parent 53ebf4b commit ae5157b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_unit_test_discovery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1354,7 +1354,7 @@ def test_target():
13541354
target_functions = {"GoogleJsonSchemaTransformer.transform"}
13551355
should_process = analyze_imports_in_test_file(test_file, target_functions)
13561356

1357-
assert should_process is True # Conservative approach
1357+
assert should_process is False
13581358

13591359

13601360

0 commit comments

Comments
 (0)