Skip to content

Commit 2661423

Browse files
committed
fix: wip
1 parent 4172148 commit 2661423

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/Profiling/ServerMemoryTest.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ public function test_can_measure_memory()
2323

2424
$memory->stop();
2525

26-
$this->assertEquals(
27-
1,
28-
round($memory->getMemory())
26+
$this->assertTrue(
27+
$memory->getMemory() > 0
2928
);
3029
}
3130
}

0 commit comments

Comments
 (0)