summaryrefslogtreecommitdiff
path: root/std/encoding/base32_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/encoding/base32_test.ts')
-rw-r--r--std/encoding/base32_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/encoding/base32_test.ts b/std/encoding/base32_test.ts
index 2bd7acea1..cfefe54d7 100644
--- a/std/encoding/base32_test.ts
+++ b/std/encoding/base32_test.ts
@@ -112,7 +112,7 @@ Deno.test({
decode("OOOO==");
} catch (e) {
assert(
- e.message.includes("Invalid string. Length must be a multiple of 8")
+ e.message.includes("Invalid string. Length must be a multiple of 8"),
);
errorCaught = true;
}