Skip to content

Commit

Permalink
fix: unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
shetzel committed Oct 29, 2024
1 parent 96c3fde commit f4f024d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/agent-run-test.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('agent run test', () => {
});

it('runs agent run test', async () => {
await AgentRunTest.run(['i', 'the-id', '--targetusername', testOrg.username]);
await AgentRunTest.run(['-i', 'the-id', '-o', testOrg.username]);
const output = sfCommandStubs.log
.getCalls()
.flatMap((c) => c.args)
Expand Down

0 comments on commit f4f024d

Please sign in to comment.