Skip to content

Commit 3f87cf6

Browse files
committed
fix "filter_callback" dataset (#69)
1 parent 7480cf6 commit 3f87cf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/base_dataprovider_test.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -628,11 +628,11 @@ public static function wb_table_common_settings_provider(): array {
628628
],
629629
[
630630
'filterobjects' => '{"iddivisblebythree":["0"]}',
631-
'assert' => 10,
631+
'assert' => 11,
632632
],
633633
[
634634
'filterobjects' => '{"iddivisblebythree":["1"]}',
635-
'assert' => 6,
635+
'assert' => 5,
636636
],
637637
],
638638
],

0 commit comments

Comments
 (0)