Skip to content

Commit

Permalink
#28 add test
Browse files Browse the repository at this point in the history
  • Loading branch information
kamarton committed Jan 9, 2023
1 parent 744f760 commit 1c27d2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gwbackupy/tests/test_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ def test_str_trim():

def test_decode_base64url():
assert decode_base64url("YQ") == b"a"
assert decode_base64url("YjY0") == b"b64"

0 comments on commit 1c27d2d

Please sign in to comment.