testing: update wording for appendMessage

Fixes #126487
This commit is contained in:
Connor Peet 2021-06-16 09:49:08 -07:00
parent 6f2b09561e
commit 510bf2c4a9
No known key found for this signature in database
GPG key ID: CF8FD2EA0DBC61BD

View file

@ -2044,8 +2044,7 @@ declare module 'vscode' {
* or in the {@link TestRunRequest.exclude} array will no-op.
*
* @param test The test to update
* @param state The state to assign to the test
*
* @param message The message to add
*/
appendMessage(test: TestItem<T>, message: TestMessage): void;