Skip to content

Commit

Permalink
Tweak test
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Nov 21, 2023
1 parent 8fa7794 commit fd53093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/t_events.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function __construct(Conf $conf) {
function test_events() {
$u_mgbaker = $this->conf->checked_user_by_email("[email protected]");
$evs = new PaperEvents($u_mgbaker);
xassert_eqq(count($evs->events(Conf::$now, 10)), 2);
xassert_gt(count($evs->events(Conf::$now, 10)), 0);

$u_diot = $this->conf->checked_user_by_email("[email protected]");
$evs = new PaperEvents($u_diot);
Expand Down

0 comments on commit fd53093

Please sign in to comment.