Skip to content

Commit

Permalink
actually this test passes locally with this line uncommented
Browse files Browse the repository at this point in the history
  • Loading branch information
predragnikolic committed Apr 12, 2024
1 parent dd66a6a commit 43ede82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_single_document.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ def test_did_change_before_did_close(self) -> 'Generator':
]
})
yield from self.await_message('textDocument/didChange')
# yield from self.await_message('textDocument/didSave') # TODO why is this not sent?
yield from self.await_message('textDocument/didSave')
yield from self.await_message('textDocument/didClose')


Expand Down

0 comments on commit 43ede82

Please sign in to comment.