Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix
  • Loading branch information
c4spar committed Apr 3, 2023
commit 111fb12381201df8ec7dd1b5915b2d0eff70a69e
2 changes: 1 addition & 1 deletion prompt/testing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function registerTest(options: AssertPromptSnapshotOptions) {
const steps = Object.entries(options.steps ?? {});
if (!steps.length) {
throw new Error(
`No steps defined for test: ${options.meta.name} -> ${options.meta.url}`,
`No steps defined for test: ${options.name} -> ${options.meta.url}`,
);
}

Expand Down