Skip to content

Commit

Permalink
chore: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
shetzel committed Jan 31, 2025
1 parent 55a1161 commit 46e5272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/commands/agent/generate/agent-spec.nut.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ describe('agent generate spec NUTs', () => {
env: { ...process.env, SF_MOCK_DIR: mockDir },
}).jsonOutput;

const expectedFilePath = resolve(session.project.dir, 'config', 'agentSpec.yaml');
const expectedFilePath = resolve(session.project.dir, 'specs', 'agentSpec.yaml');
expect(output?.result.isSuccess).to.be.true;
expect(output?.result.specPath).to.equal(expectedFilePath);
expect(output?.result.agentType).to.equal(type);
Expand Down

0 comments on commit 46e5272

Please sign in to comment.