Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche committed Jun 28, 2023
1 parent c180640 commit 628ba70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/FlareMiddleware/AddExceptionInformationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function context()

$context = $report->toArray()['context'];

expect($context['context']['hello'])->toBe('world');
expect($context['exception']['hello'])->toBe('world');
});

it('will only add arrays as user provided context', function () {
Expand Down

0 comments on commit 628ba70

Please sign in to comment.