Skip to content

Commit 18538fc

Browse files
committed
⚡👋
1 parent 1e0c685 commit 18538fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ImageCharts.test.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@ public function test_forwards_package_name_version_icac_as_user_agent(){
119119
}
120120
public function test_throw_error_if_account_not_found(){
121121
$this->expectException(ErrorException::class);
122-
123-
$this->expectExceptionMessage('ACCOUND_ID not found, you must be an Image-Charts subscriber');
122+
$this->expectExceptionMessage('you must be an Image-Charts subscriber');
124123
(new ImageCharts(array("secret" => "plop")))->cht("p")->chd("t:1,2,3")->chs("10x10")->icac("MY_ACCOUNT_ID")->toBinary();
125124
}
126125

0 commit comments

Comments
 (0)