1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-04 09:04:03 +00:00

Add missing final new line

This commit is contained in:
Samuel Štancl 2026-01-14 11:20:02 +01:00 committed by GitHub
parent fe2191633e
commit 06c28b311d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -192,4 +192,4 @@ test('reverb driver triggers tenant context binding', function() {
// Assert the broadcaster instance was swapped
expect($currentBroadcaster)->not->toBe($centralBroadcaster);
expect($currentBroadcaster->message)->toBe('tenant_instance');
});
});