Skip to content

Commit

Permalink
Use a smaller chunk
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioribeiro committed Oct 16, 2020
1 parent d6c9db8 commit 2a5bf7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Google2FATest.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function testQrcodeInlineChillerlan()
$this->google2fa->setQrcodeService(new Chillerlan());

$this->assertStringStartsWith(
'data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJxci1z',
'data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMj',
$this->getQRCode()
);
}
Expand Down

0 comments on commit 2a5bf7d

Please sign in to comment.