Pass in what the test says it passes in.
This commit is contained in:
parent
774c9680a3
commit
65d63804ab
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ class NodeDeletionServiceTest extends TestCase
|
||||||
$this->repository->shouldReceive('delete')->with($node->id)->once()->andReturn(true);
|
$this->repository->shouldReceive('delete')->with($node->id)->once()->andReturn(true);
|
||||||
|
|
||||||
$this->assertTrue(
|
$this->assertTrue(
|
||||||
$this->service->handle($node->id),
|
$this->service->handle($node),
|
||||||
'Assert that deletion returns a positive boolean value.'
|
'Assert that deletion returns a positive boolean value.'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue