Skip to content

Commit

Permalink
Merge branch 'UpdateDependencies-DS-1014' of github.com:Judopay/Judo-…
Browse files Browse the repository at this point in the history
…PHP into UpdateDependencies-DS-1014
  • Loading branch information
chrisurun committed Jan 2, 2019
2 parents db2da42 + d17bad6 commit 459cff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/Judopay/Model/CollectionSpec.php
Expand Up @@ -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);
Expand Down

0 comments on commit 459cff1

Please sign in to comment.