Fix a couple of tests
This commit is contained in:
parent
53875f08eb
commit
499674599b
3 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ class MicropbClientsTest extends TestCase
|
|||
{
|
||||
public function test_notes_relationship()
|
||||
{
|
||||
$client = MicropubClient::find(3);
|
||||
$client = MicropubClient::find(1);
|
||||
$this->assertInstanceOf(Collection::class, $client->notes);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue