summaryrefslogtreecommitdiff
path: root/tests/unit/console_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/console_test.ts')
-rw-r--r--tests/unit/console_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/console_test.ts b/tests/unit/console_test.ts
index 957ad3ef9..d9ac71dd8 100644
--- a/tests/unit/console_test.ts
+++ b/tests/unit/console_test.ts
@@ -518,8 +518,8 @@ Deno.test(function consoleTestStringifyFunctionWithProperties() {
],
[isArray]: [Function: isArray] { [length]: 1, [name]: "isArray" },
[from]: [Function: from] { [length]: 1, [name]: "from" },
- [of]: [Function: of] { [length]: 0, [name]: "of" },
[fromAsync]: [Function: fromAsync] { [length]: 1, [name]: "fromAsync" },
+ [of]: [Function: of] { [length]: 0, [name]: "of" },
[Symbol(Symbol.species)]: [Getter]
}`,
);