Skip to content

Commit

Permalink
fix(MPDZBS-877): customTextfield unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasAFink committed Jan 14, 2025
1 parent 7094aac commit 1c7d4f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ public function testThinnedProcessToProcess()
$this->assertEquals('Doe', $result->clients[0]->familyName);
$this->assertEquals('john@example.com', $result->clients[0]->email);
$this->assertEquals('123456789', $result->clients[0]->telephone);
$this->assertEquals('Custom Text', $result->clients[0]->customTextfield);
$this->assertEquals('Custom Text', $result->customTextfield);
$this->assertEquals('1724907600', $result->appointments[0]->date);
$this->assertEquals('Test Office', $result->scope->contact->name);
$this->assertEquals(100, $result->scope->provider->id);
Expand Down

0 comments on commit 1c7d4f4

Please sign in to comment.