Skip to content

Commit a76728f

Browse files
committed
fix: test
1 parent 71b85f0 commit a76728f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/agent-run-test.test.ts renamed to test/unit/agent-test-run.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import { MockTestOrgData, TestContext } from '@salesforce/core/testSetup';
88
import { expect } from 'chai';
99
import { stubSfCommandUx } from '@salesforce/sf-plugins-core';
10-
import AgentRunTest from '../../src/commands/agent/run/test.js';
10+
import AgentTestRun from '../../src/commands/agent/test/run.js';
1111

1212
describe('agent run test', () => {
1313
const $$ = new TestContext();
@@ -23,7 +23,7 @@ describe('agent run test', () => {
2323
});
2424

2525
it('runs agent run test', async () => {
26-
await AgentRunTest.run(['-i', 'the-id', '-o', testOrg.username]);
26+
await AgentTestRun.run(['-i', 'the-id', '-o', testOrg.username]);
2727
const output = sfCommandStubs.log
2828
.getCalls()
2929
.flatMap((c) => c.args)

0 commit comments

Comments
 (0)