Skip to content

Commit

Permalink
#14862 - Change value of 'inv_id' key
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Feb 25, 2020
1 parent 3bf9412 commit 4015877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/database/Mvc/Model/UpdateCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function mvcModelUpdate(DatabaseTester $I)

$I->assertEquals(
[
'inv_id' => 123,
'inv_id' => $invoice->inv_id,
'inv_title' => $title,
'inv_cst_id' => 456,
'inv_status_flag' => 2,
Expand Down

0 comments on commit 4015877

Please sign in to comment.