Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Mar 11, 2024
1 parent 3364836 commit 6720876
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/iso-base/test/rfc4648.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ const VECTORS = [
['base32', 'foobar', 'MZXW6YTBOI'],

['base32hex', '', ''],
['base32hex', 'yes mani !', 'F5IN683DC5N6I811'],
['base32hex', 'f', 'CO======'],
['base32hex', 'fo', 'CPNG===='],
['base32hex', 'foo', 'CPNMU==='],
['base32hex', 'foob', 'CPNMUOG='],
['base32hex', 'fooba', 'CPNMUOJ1'],
['base32hex', 'foobar', 'CPNMUOJ1E8======'],
['base32hex', 'yes mani !', 'f5in683dc5n6i811'],
['base32hex', 'f', 'co======'],
['base32hex', 'fo', 'cpng===='],
['base32hex', 'foo', 'cpnmu==='],
['base32hex', 'foob', 'cpnmuog='],
['base32hex', 'fooba', 'cpnmuoj1'],
['base32hex', 'foobar', 'cpnmuoj1e8======'],

['base64', '', ''],
['base64', '÷ïÿ', 'w7fDr8O/'],
Expand Down

0 comments on commit 6720876

Please sign in to comment.