Skip to content

Commit

Permalink
Fix test as we do not know the id when creating new instances
Browse files Browse the repository at this point in the history
  • Loading branch information
Bram Wubs committed Apr 23, 2020
1 parent 9ce595c commit 55d90eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Integration/Schema/Directives/UpsertDirectiveTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,9 @@ public function testInsert()
'name' => 'foo',
'tasks' => [
[
'id' => 1,
'name' => 'foo',
],
[
'id' => 2,
'name' => 'bar',
],
],
Expand Down

0 comments on commit 55d90eb

Please sign in to comment.