diff --git a/tests/Monolog/Handler/RavenHandlerTest.php b/tests/Monolog/Handler/RavenHandlerTest.php index cb8c1e80..b33e77c3 100644 --- a/tests/Monolog/Handler/RavenHandlerTest.php +++ b/tests/Monolog/Handler/RavenHandlerTest.php @@ -82,7 +82,7 @@ class RavenHandlerTest extends TestCase $record = $this->getRecord(Logger::INFO, "test", $tags); $handler->handle($record); - $this->assertEquals($record['tags'], $tags); + $this->assertEquals($tags, $ravenClient->lastData['tags']); } public function testException()