Skip to content
Merged
Show file tree
Hide file tree
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
Next Next commit
fix: update comment for test to state correct expected outcome
  • Loading branch information
NlightNFotis committed Mar 31, 2025
commit 3c42562190b32a78b600bdff70fbe8949331edbe
2 changes: 1 addition & 1 deletion lib/status-report.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/status-report.test.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/status-report.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ test("getActionStatus handling correctly various types of errors", (t) => {
"multiple things went wrong",
),
"user-error",
"getActionsStatus should return failure if passed a configuration error and an additional failure cause",
"getActionsStatus should return user-error if passed a configuration error and an additional failure cause",
);

t.is(
Expand Down