Skip to content

Commit 9ca2597

Browse files
committed
Fixes test.
1 parent 53a812f commit 9ca2597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/tests/routes/StatementsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public function testAggregateObject() {
103103

104104
public function testWhere() {
105105
$response = $this->requestStatements('where', [
106-
'filter' => '[[{"active", true}]]',
106+
'filters' => '[[{"active", true}]]',
107107
'limit' => 1,
108108
'page' => 1
109109
]);

0 commit comments

Comments
 (0)