diff options
Diffstat (limited to 'std/encoding/base32_test.ts')
-rw-r--r-- | std/encoding/base32_test.ts | 2 |
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; } |