Skip to content

Commit 46e5272

Browse files
committed
chore: update test
1 parent 55a1161 commit 46e5272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/commands/agent/generate/agent-spec.nut.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ describe('agent generate spec NUTs', () => {
3838
env: { ...process.env, SF_MOCK_DIR: mockDir },
3939
}).jsonOutput;
4040

41-
const expectedFilePath = resolve(session.project.dir, 'config', 'agentSpec.yaml');
41+
const expectedFilePath = resolve(session.project.dir, 'specs', 'agentSpec.yaml');
4242
expect(output?.result.isSuccess).to.be.true;
4343
expect(output?.result.specPath).to.equal(expectedFilePath);
4444
expect(output?.result.agentType).to.equal(type);

0 commit comments

Comments
 (0)