Skip to content

Commit

Permalink
CaseActivityTest - Fix regression
Browse files Browse the repository at this point in the history
The relevant example data was changed by 98e528a.
  • Loading branch information
totten committed Jan 25, 2023
1 parent cdfefc5 commit 4c9783f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function testExampleGet() {
->execute()
->single();
$this->assertEquals($name, $get['name']);
$this->assertEquals(100, $get['data']['modelProps']['contact']['id']);
$this->assertEquals(0, $get['data']['modelProps']['contact']['id']);
$this->assertEquals('myrole', $get['data']['modelProps']['contact']['role']);
}

Expand Down

0 comments on commit 4c9783f

Please sign in to comment.