Skip to content

Commit 3c42562

Browse files
committed
fix: update comment for test to state correct expected outcome
1 parent 9f45e74 commit 3c42562

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/status-report.test.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/status-report.test.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/status-report.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ test("getActionStatus handling correctly various types of errors", (t) => {
216216
"multiple things went wrong",
217217
),
218218
"user-error",
219-
"getActionsStatus should return failure if passed a configuration error and an additional failure cause",
219+
"getActionsStatus should return user-error if passed a configuration error and an additional failure cause",
220220
);
221221

222222
t.is(

0 commit comments

Comments
 (0)