Skip to content

Commit

Permalink
fixing grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
dbreese committed Jun 14, 2023
1 parent f0f5b67 commit b47aa58
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 @@ -50,7 +50,7 @@ suite('Briefcase Command Test Suite', () => {
assert.ok(message); // too brittle to check exact message, so just ensure it is not null
assert.equal(title, l10n.t('OK'));

// obtain the command arg and manually execute it by invoking the argument passed to window.withProgress()
// obtain the command argument passed to window.withProgress() and execute it
const executeCommand = windowWithProgressStub.args[0][1];
const progressStub: Progress<{ message?: string; increment?: number }> =
{
Expand Down

0 comments on commit b47aa58

Please sign in to comment.