Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Mar 8, 2025
1 parent d50674c commit 99eb87d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/t_paperstatus.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ function test_paper_json_identity() {
xassert_eqq($paper1b->title, "Scalable Timers? for Soft State Protocols");
$paper1b->title = $this->paper1a->title;
$paper1b->submitted_at = $this->paper1a->submitted_at;
$paper1b->modified_at = $this->paper1a->modified_at;
$s1 = json_encode($this->paper1a);
$s2 = json_encode($paper1b);
xassert_eqq($s1, $s2);
Expand Down

0 comments on commit 99eb87d

Please sign in to comment.