Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
vbergerondev committed Feb 7, 2025
1 parent 8270349 commit 4448778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Log/ContextTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ public function test_it_can_check_if_context_is_missing()
{
Context::add('foo', 'bar');

$this->assertTrue(Context::missing('bar'));
$this->assertTrue(Context::missing('lorem'));
$this->assertFalse(Context::missing('foo'));
}

Expand Down

0 comments on commit 4448778

Please sign in to comment.