1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-13 00:14:04 +00:00

Update tests/ResourceSyncingTest.php

Co-authored-by: Samuel Štancl <samuel@archte.ch>
This commit is contained in:
Abrar Ahmad 2022-08-10 12:05:56 +05:00 committed by GitHub
parent 3951680a98
commit 818026eaaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -127,7 +127,7 @@ test('only the synced columns are updated in the central db', function () {
});
test('creating the resource in tenant database creates it in central database and used custom attributes', function () {
// Assert no user in central DB
// Assert no user exists in central DB
expect(ResourceUser::all())->toHaveCount(0);
$tenant = ResourceTenant::create();