diff --git a/tests/ResourceSyncingTest.php b/tests/ResourceSyncingTest.php index 0348e14b..875ded60 100644 --- a/tests/ResourceSyncingTest.php +++ b/tests/ResourceSyncingTest.php @@ -669,7 +669,7 @@ class ResourceUser extends Model implements Syncable public function getCreateAttributeNames(): array { - // attributes should be used when creating resources from tenant to central DB + // Attributes used when syncing resources from tenant to central DB return [ 'global_id', 'name',