Skip to content

Commit 05e80ba

Browse files
fixed test
1 parent 310eff4 commit 05e80ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/basics-spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ describe("Basics →", () => {
145145
console.log(e);
146146

147147
expect(e.message).to.include("fail1 [FictitiousError @");
148-
expect(e.message).to.include("fail4 [ParallelError { f3");
148+
expect(e.message).to.include("fail4 [ParallelError Nested Errors");
149149
}
150150
});
151151
});

0 commit comments

Comments
 (0)