Skip to content

Commit 85fcc65

Browse files
committed
wip
1 parent 9a247bc commit 85fcc65

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

tests/Unit/MatchableFilterTest.php

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,7 @@ public function test_matchable_filter_has_key(): void
1818
AssertableJson::fromArray($filter->jsonSerialize()),
1919
function (AssertableJson $json) {
2020
$json
21-
->dd()
22-
->dump()
23-
->where('type', 'multiselect')
24-
->where('advanced', true)
25-
->where('title', 'Status filter')
26-
->where('description', 'Short description')
27-
->where('column', 'status')
28-
->where('key', 'status-filter')
29-
->where('rules', [
30-
'status' => ['required'],
31-
])
32-
->where('options', [[
33-
'label' => 'Draft',
34-
'property' => 'draft',
35-
]])
21+
->where('key', 'matches')
3622
;
3723
}
3824
);

0 commit comments

Comments
 (0)