Skip to content

Commit

Permalink
fix "filter_callback" dataset (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
semteacher committed Feb 18, 2025
1 parent 076eb93 commit fce030c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/base_dataprovider_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -628,11 +628,11 @@ public static function wb_table_common_settings_provider(): array {
],
[
'filterobjects' => '{"iddivisblebythree":["0"]}',
'assert' => 10,
'assert' => 11,
],
[
'filterobjects' => '{"iddivisblebythree":["1"]}',
'assert' => 6,
'assert' => 5,
],
],
],
Expand Down

0 comments on commit fce030c

Please sign in to comment.