diff options
Diffstat (limited to 'std/testing/asserts_test.ts')
-rw-r--r-- | std/testing/asserts_test.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/std/testing/asserts_test.ts b/std/testing/asserts_test.ts index 62e199298..ac0676ed5 100644 --- a/std/testing/asserts_test.ts +++ b/std/testing/asserts_test.ts @@ -251,7 +251,9 @@ test(function testingAssertFailWithWrongErrorClass(): void { const createHeader = (): string[] => [ "", "", - ` ${gray(bold("[Diff]"))} ${red(bold("Left"))} / ${green(bold("Right"))}`, + ` ${gray(bold("[Diff]"))} ${red(bold("Actual"))} / ${green( + bold("Expected") + )}`, "", "", ]; |