Ver Fonte

Update RavenHandlerTest.php

ipsq há 11 anos atrás
pai
commit
a89698b0e2
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      tests/Monolog/Handler/RavenHandlerTest.php

+ 1 - 1
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()