diff --git a/spec/Judopay/Model/CollectionSpec.php b/spec/Judopay/Model/CollectionSpec.php index 167a33d..cace64e 100644 --- a/spec/Judopay/Model/CollectionSpec.php +++ b/spec/Judopay/Model/CollectionSpec.php @@ -43,7 +43,7 @@ public function it_should_list_all_collections() ); /** @var Collection|CollectionSpec $this */ - $output = $this->all(); // all() X create() OK + $output = $this->all(); $output->shouldBeArray(); $output['results'][0]['amount']->shouldEqual(1.01);