Skip to content

Commit

Permalink
Update Favorites namespace in test
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgaal committed Sep 4, 2022
1 parent 4166cf0 commit 2c4c18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Type/data/model-properties.php
Expand Up @@ -11,4 +11,4 @@
assertType('string', $user->email);

// CastsAttributes
assertType('App\DTO\Favorites', $user->favorites);
assertType('App\ValueObjects\Favorites', $user->favorites);

0 comments on commit 2c4c18a

Please sign in to comment.