Skip to content

Commit

Permalink
#14862 - Update tests for postgres group
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Feb 25, 2020
1 parent 6cceb59 commit 7976dcb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/database/Mvc/Model/CreateCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ public function mvcModelCreate(DatabaseTester $I)
$title = uniqid('inv-');
$date = date('Y-m-d H:i:s');
$invoice = new Invoices();
$invoice->inv_id = 1;
$invoice->inv_cst_id = 2;
$invoice->inv_status_flag = 3;
$invoice->inv_title = $title;
Expand Down
1 change: 0 additions & 1 deletion tests/database/Mvc/Model/UpdateCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ public function mvcModelUpdate(DatabaseTester $I)
$invoice = new Invoices();
$invoice->assign(
[
'inv_id' => 123,
'inv_title' => $title,
]
);
Expand Down

0 comments on commit 7976dcb

Please sign in to comment.