Skip to content

Commit 5cc4958

Browse files
committed
Tests fix
1 parent 585f308 commit 5cc4958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_edit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def hello():
165165
)
166166

167167
assert len(outputs) == 1
168-
assert "Tree-sitter reported syntax errors" in outputs[0]
168+
assert "Warning: tree-sitter reported syntax errors" in outputs[0]
169169

170170
# Verify the change
171171
with open(test_file) as f:

0 commit comments

Comments
 (0)