Skip to content

Commit

Permalink
fix: update message files
Browse files Browse the repository at this point in the history
  • Loading branch information
shetzel committed Oct 29, 2024
1 parent 1e4661e commit b14a678
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/commands/agent/run/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { SfCommand, Flags } from '@salesforce/sf-plugins-core';
import { Messages } from '@salesforce/core';

Messages.importMessagesDirectoryFromMetaUrl(import.meta.url);
const messages = Messages.loadMessages('@salesforce/plugin-agent', 'agent.test.start');
const messages = Messages.loadMessages('@salesforce/plugin-agent', 'agent.run.test');

export type AgentRunTestResult = {
buildVersion: number;
Expand Down

0 comments on commit b14a678

Please sign in to comment.