Skip to content

Commit d81651f

Browse files
committed
Fixit program was incorrectly breaking this line
1 parent cc90688 commit d81651f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_input.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ def test_copy_subcommand(chat, temp_git_repo):
9898
# Apply the patch using the /apply command
9999
assert chat.parse_human_input("/copy") == chat.CONTINUE
100100

101-
assert pyperclip.paste() is "\n".join(chat.code_blocks)
101+
assert pyperclip.paste() == "\n".join(chat.code_blocks) # lint-ignore

0 commit comments

Comments
 (0)