Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 2c38f26

Browse files
v-czgv-czg
authored andcommitted
no need to show information message on test case
1 parent 681871e commit 2c38f26

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/verify.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ suite("Arduino: Verify: Build (verify) your sketch files.", () => {
1010
test("should be run command: Arduino verify", (done) => {
1111
try {
1212
// Press ctrl+alt+r to run "arduino:verify" command.
13-
vscode.commands.executeCommand("arduino.verify").then((result) => {
14-
vscode.window.showInformationMessage("verify sketch successfully");
13+
vscode.commands.executeCommand("arduino.verify").then((result) => {
1514
done();
1615
});
1716

0 commit comments

Comments
 (0)