Skip to content

Commit 45e2e07

Browse files
committed
Update AnonymizedJsonResourceTest.php
1 parent 2361313 commit 45e2e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/AnonymizedJsonResourceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
->and($resource->resolve())->toHaveKey('address', '1600 Pennsylvania Avenue');
2929
});
3030

31-
it('anonymizes nested arrays', function () {
31+
it('anonymizes nested arrays and resources', function () {
3232
Anonymize::enable();
3333

3434
$resource = new AnonymizedJsonResource([

0 commit comments

Comments
 (0)