diff options
Diffstat (limited to 'testing/format_test.ts')
| -rw-r--r-- | testing/format_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/format_test.ts b/testing/format_test.ts index a07426046..3e6da4480 100644 --- a/testing/format_test.ts +++ b/testing/format_test.ts @@ -56,7 +56,7 @@ test({ }); test({ - name: "prints empty arguments", + name: "prints an empty array", fn() { const val: any[] = []; assertEqual(format(val), "Array []"); |
