Skip to content

Commit

Permalink
Fix to-strict test
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Nov 6, 2020
1 parent 53f6e31 commit 730b50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Actions/Contacts/Qrcode.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function test_run()

$result = $output->getOutput();

$this->assertSame(['Content-Type: image/png', 'Content-Length: 1293'], $output->headers);
$this->assertSame('Content-Type: image/png', $output->headers[0]);
$this->assertRegExp('/^\x89\x50\x4E\x47/', $result);
}
}

0 comments on commit 730b50a

Please sign in to comment.