Skip to content

Commit

Permalink
fix: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryk committed Jul 5, 2024
1 parent 4172148 commit 2661423
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/Profiling/ServerMemoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ public function test_can_measure_memory()

$memory->stop();

$this->assertEquals(
1,
round($memory->getMemory())
$this->assertTrue(
$memory->getMemory() > 0
);
}
}

0 comments on commit 2661423

Please sign in to comment.