Skip to content

Commit

Permalink
Fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Nov 27, 2019
1 parent b8843ce commit b5bc62a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Test/Case/Model/QueuedTaskTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -236,11 +236,11 @@ public function testNotBeforeOrder() {
],
[
'name' => 'dummytask',
'data' => ['']
'data' => []
],
[
'name' => 'dummytask',
'data' => ['']
'data' => []
]
];

Expand Down

0 comments on commit b5bc62a

Please sign in to comment.