Skip to content

Commit

Permalink
Updating test name
Browse files Browse the repository at this point in the history
  • Loading branch information
dbreese committed Jun 14, 2023
1 parent 5d0e314 commit 1f143ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/suite/commands/briefcaseCommand.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ suite('Briefcase Command Test Suite', () => {
sinon.restore();
});

test('Shows informational messages', async () => {
test('Shows informational messages and excutes the open-to-briefcase command', async () => {
// stub for showInformationMessage
const showInfoMsgStub = sinon.stub(window, 'showInformationMessage');
showInfoMsgStub.onCall(0).resolves();
Expand Down

0 comments on commit 1f143ff

Please sign in to comment.