Skip to content

Commit c2c165f

Browse files
committed
fix: error message
1 parent bff9af5 commit c2c165f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tools/spec-runner/matcher.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function generateMatchAndDiffSpecialCase(key, expectedObj, actualObj, metadata)
5050
return {
5151
match,
5252
expected: expected,
53-
actual: actual === undefined ? SYMBOL_DOES_EXIST : actual
53+
actual: actual === undefined ? SYMBOL_DOES_NOT_EXIST : actual
5454
};
5555
}
5656

0 commit comments

Comments
 (0)