Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
keithbrink committed Aug 26, 2024
1 parent bb35dc6 commit e5ada16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ public function testGetInboundOperationStatus(): void
);

$this->assertInstanceOf(InboundOperationStatusResponse::class, $response);
$this->assertEquals('The dimension does not match what is expected.', $response->operation_problems[0]->message);
$this->assertEquals('The dimension does not match what is expected.', $response->operation->operation_problems[0]->message);

$http->assertSent(function (Request $request) use ($operation_id) {
$this->assertEquals('GET', $request->method());
Expand Down

0 comments on commit e5ada16

Please sign in to comment.