diff options
Diffstat (limited to 'strings/pad_test.ts')
| -rw-r--r-- | strings/pad_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/pad_test.ts b/strings/pad_test.ts index 43c80b36f..e0364cf38 100644 --- a/strings/pad_test.ts +++ b/strings/pad_test.ts @@ -2,7 +2,7 @@ import { test } from "../testing/mod.ts"; import { assertEquals } from "../testing/asserts.ts"; import { pad } from "./pad.ts"; -test(function padTest() { +test(function padTest(): void { const expected1 = "**deno"; const expected2 = "deno"; const expected3 = "deno**"; |
