Skip to content

Commit

Permalink
Add pipeline_id to UnsortedTest
Browse files Browse the repository at this point in the history
  • Loading branch information
dotzero committed Nov 6, 2017
1 parent c705643 commit 425b09b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Models/UnsortedTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ public function fieldsProvider()
['source_uid', null, null],
['source_uid', '06ea27be-b26e-4ce4-8c20-cb4261a65752', '06ea27be-b26e-4ce4-8c20-cb4261a65752'],
['date_create', '2016-04-01 00:00:00', strtotime('2016-04-01 00:00:00')],
['pipeline_id', 100, 100],
];
}
}

0 comments on commit 425b09b

Please sign in to comment.