Skip to content

Commit fe8b3f3

Browse files
committed
th
1 parent ad97d23 commit fe8b3f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/chars.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ suite("assertNoDiff.chars()", function () {
1515
const obj2 = "Captain Picard"
1616
const expected = `mismatching strings:
1717
18-
${red("Je")}${green("C")}${gray("a")}${green("ptai")}${gray("n")}${red("- Luc")}${gray("Picard")}`
18+
${red("Je")}${green("C")}${gray("a")}${green("ptai")}${gray("n")}${red("-Luc")}${gray(" Picard")}`
1919
assert.throws(
2020
function () {
2121
assertNoDiff.chars(obj2, obj1)

0 commit comments

Comments
 (0)