Skip to content

Commit 06ae0a2

Browse files
committed
remove unused assertion
1 parent 789e38e commit 06ae0a2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/Units/PlatformTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ public function testGetBinaryPath()
6060
{
6161
$binaryPath = Platform::getBinaryPath();
6262

63-
// Assert that the binary path is a valid path
64-
$this->assertIsString($binaryPath);
65-
6663
// Install binary first to ensure it exists
6764
Platform::installBinary();
6865

0 commit comments

Comments
 (0)