Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
coquer committed Sep 1, 2019
1 parent 7017073 commit d26834e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/Actions/ShareReportActionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,7 @@ public function it_removes_context_data()

$this->assertFalse(Arr::has($sharedReport, 'context.env'));
$this->assertFalse(Arr::has($sharedReport, 'context.git'));
$this->assertSame([
'shared' => true,
], Arr::get($sharedReport, 'context.context'));
$this->assertFalse(Arr::has($sharedReport, 'context.context'));
$this->assertFalse(Arr::has($sharedReport, 'context.custom_context'));
}

Expand Down

0 comments on commit d26834e

Please sign in to comment.