Skip to content

Commit 15a5b45

Browse files
committed
Merge branch 'master' of https://github.com/drewm/mailchimp-api
# Conflicts: # composer.json
2 parents e4dc486 + e5ac3f1 commit 15a5b45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/BatchTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ public function testNewBatch()
3030
$this->assertInstanceOf('DrewM\MailChimp\Batch', $Batch);
3131
}
3232

33-
}
33+
}

tests/ListsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ public function testGetLists()
3030
$this->assertArrayHasKey('lists', $lists);
3131
}
3232

33-
}
33+
}

0 commit comments

Comments
 (0)