diff --git a/tests/BatchTest.php b/tests/BatchTest.php index fa56a7d..62b2438 100644 --- a/tests/BatchTest.php +++ b/tests/BatchTest.php @@ -30,4 +30,4 @@ public function testNewBatch() $this->assertInstanceOf('DrewM\MailChimp\Batch', $Batch); } -} \ No newline at end of file +} diff --git a/tests/ListsTest.php b/tests/ListsTest.php index 54a4e0d..06d6f50 100644 --- a/tests/ListsTest.php +++ b/tests/ListsTest.php @@ -30,4 +30,4 @@ public function testGetLists() $this->assertArrayHasKey('lists', $lists); } -} \ No newline at end of file +}