mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-13 11:53:45 +02:00
Pass in what the test says it passes in.
This commit is contained in:
@@ -99,7 +99,7 @@ class NodeDeletionServiceTest extends TestCase
|
||||
$this->repository->shouldReceive('delete')->with($node->id)->once()->andReturn(true);
|
||||
|
||||
$this->assertTrue(
|
||||
$this->service->handle($node->id),
|
||||
$this->service->handle($node),
|
||||
'Assert that deletion returns a positive boolean value.'
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user