Skip to content

Commit 5e9b582

Browse files
Fix #27
1 parent c8b7efb commit 5e9b582

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Base64Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function testRandom()
3535
);
3636
$this->assertSame(
3737
$random,
38-
Base64::decode($unpadded)
38+
Base64::decode($unpadded, true)
3939
);
4040
}
4141
}

0 commit comments

Comments
 (0)