diff --git a/tests/Action/Api/CreateTransactionActionTest.php b/tests/Action/Api/CreateTransactionActionTest.php index 6c260f4..dcf41c4 100644 --- a/tests/Action/Api/CreateTransactionActionTest.php +++ b/tests/Action/Api/CreateTransactionActionTest.php @@ -31,7 +31,7 @@ public function testExecute() $this->assertSame([ 'foo' => 'bar', - 'url' => 'foo' + 'url' => 'foo', ], (array) $request->getModel()); } @@ -51,7 +51,7 @@ public function testExecuteFail() $this->assertSame([ 'foo' => 'bar', - 'foo' => 'foo' + 'foo' => 'foo', ], (array) $request->getModel()); } }