Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc45 committed Apr 3, 2024
1 parent d35231c commit 3956a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _tests/tests/QITE2ETestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public function validate_and_normalize( string $file_path, ?callable $callback =
return $value;
},
'validate' => static function ( $value ) {
return ! empty( $value );
return true;
},
],
'test_result_json' => [
Expand Down

0 comments on commit 3956a30

Please sign in to comment.