aboutsummaryrefslogtreecommitdiff
path: root/tests/Actions/ListActionTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Actions/ListActionTest.php')
-rw-r--r--tests/Actions/ListActionTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Actions/ListActionTest.php b/tests/Actions/ListActionTest.php
index 5056050e..f3d06db6 100644
--- a/tests/Actions/ListActionTest.php
+++ b/tests/Actions/ListActionTest.php
@@ -85,7 +85,7 @@ class ListActionTest extends TestCase
$action = $actionFactory->create('list');
ob_start();
- $action->execute();
+ $action->execute([]);
$this->data = ob_get_contents();
ob_clean();
ob_end_flush();