Skip to content

Commit

Permalink
fix names
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Aug 21, 2024
1 parent a998f49 commit a11dacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_edits.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ def test_mixed_quote_types_unsafe(state: State):

expected = '''f"one is \\"{'\\"'.join(one)}\\" and two is {two}"'''

out, count = process.fstringify_code_by_line(s_in_mixed_quotes_unsafe, state)
out, count = code_editor.fstringify_code_by_line(s_in_mixed_quotes_unsafe, state)
assert out == expected


Expand Down

0 comments on commit a11dacc

Please sign in to comment.