Skip to content

Commit ed27bf1

Browse files
committed
Remove hard-coded version check; only compare against composer version.
1 parent 49ce710 commit ed27bf1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/MailchimpTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ public function testGetAccount() {
2727
*/
2828
public function testVersion() {
2929
$mc = new Mailchimp();
30-
$this->assertEquals($mc::VERSION, '2.0.0');
3130
$this->assertEquals(json_decode(file_get_contents('composer.json'))->version, $mc::VERSION);
3231
}
3332

0 commit comments

Comments
 (0)