Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Commit

Permalink
legacy php version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nekufa committed Oct 8, 2019
1 parent d794d18 commit 2a509a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/TracingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -260,12 +260,12 @@ public function testBasisConverter()

$this->assertSame(
$unserialized->getEvents()[0]->getName(),
$span->getEvents()[0]->getName(),
$span->getEvents()[0]->getName()
);

$this->assertSame(
$unserialized->getEvents()[0]->getTimestamp(),
$span->getEvents()[0]->getTimestamp(),
$span->getEvents()[0]->getTimestamp()
);
}

Expand Down

0 comments on commit 2a509a7

Please sign in to comment.