Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix exthost language features test #158782

Merged
merged 1 commit into from
Aug 23, 2022
Merged

Conversation

Semesse
Copy link
Contributor

@Semesse Semesse commented Aug 22, 2022

Some assertions in getHoverPromise().then() will not take effect because these promise are never awaited, even if you add an assert.strictEqual(1, 2); will not result in test failure.
And changed promise.then to await to keep code style consistent with other parts of the test

Copy link
Member

@jrieken jrieken left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@jrieken jrieken added this to the August 2022 milestone Aug 23, 2022
@jrieken jrieken merged commit d5a5929 into microsoft:main Aug 23, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Oct 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants