Skip to content

Commit 668de81

Browse files
authored
Apply suggestion from @aseembits93
1 parent a4a56dc commit 668de81

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_unit_test_discovery.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1349,8 +1349,7 @@ def test_target():
13491349
"""
13501350
test_file.write_text(test_content)
13511351

1352-
# Looking for transform but code uses validate
1353-
# Our fix conservatively includes when class is imported
1352+
# Looking for transform but code uses validate - should not match
13541353
target_functions = {"GoogleJsonSchemaTransformer.transform"}
13551354
should_process = analyze_imports_in_test_file(test_file, target_functions)
13561355

0 commit comments

Comments
 (0)