forked from Alex/Pterodactyl-Panel
Pass in what the test says it passes in.
This commit is contained in:
parent
774c9680a3
commit
65d63804ab
@ -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.'
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user