style: fixes

This commit is contained in:
Nuno Maduro
2023-04-25 21:32:09 +01:00
parent a5471fd0f4
commit 2e25eb59b8
2 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ it('can use the scoped method to lock into the given level for expectations', fu
->attributes()->scoped(fn ($attributes) => $attributes
->name->toBe('Has Methods')
->quantity->toBe(20)
)
)
);
});