summaryrefslogtreecommitdiff
path: root/std/testing/asserts.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/testing/asserts.ts')
-rw-r--r--std/testing/asserts.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/std/testing/asserts.ts b/std/testing/asserts.ts
index 19be68763..b44b20a94 100644
--- a/std/testing/asserts.ts
+++ b/std/testing/asserts.ts
@@ -52,7 +52,9 @@ function buildMessage(diffResult: ReadonlyArray<DiffResult<string>>): string[] {
messages.push("");
messages.push("");
messages.push(
- ` ${gray(bold("[Diff]"))} ${red(bold("Left"))} / ${green(bold("Right"))}`
+ ` ${gray(bold("[Diff]"))} ${red(bold("Actual"))} / ${green(
+ bold("Expected")
+ )}`
);
messages.push("");
messages.push("");