Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Recca Tsai committed Mar 2, 2017
1 parent bc1270d commit e2f9e5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Action/Api/CreateTransactionActionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function testExecute()

$this->assertSame([
'foo' => 'bar',
'url' => 'foo'
'url' => 'foo',
], (array) $request->getModel());
}

Expand All @@ -51,7 +51,7 @@ public function testExecuteFail()

$this->assertSame([
'foo' => 'bar',
'foo' => 'foo'
'foo' => 'foo',
], (array) $request->getModel());
}
}

0 comments on commit e2f9e5f

Please sign in to comment.