From d17bad6ed63d37819d5309caa9b75061d511a371 Mon Sep 17 00:00:00 2001 From: Christophe Surun <32509095+chrisurun@users.noreply.github.com> Date: Wed, 2 Jan 2019 18:04:45 +0000 Subject: [PATCH] Update CollectionSpec.php --- spec/Judopay/Model/CollectionSpec.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);