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

Update comment

This commit is contained in:
lukinovec 2023-04-18 09:49:44 +02:00
parent 46f94d15a5
commit c0e2926905

View file

@ -370,7 +370,7 @@ test('stores get prefixed using the default way if no prefix generator is specif
tenancy()->initialize($tenant);
// Other stores without a prefix generator use the default generator too
// All stores use the default way of generating the prefix when the prefix generator isn't specified
expect($defaultPrefix . ':')
->toBe(app(PrefixCacheTenancyBootstrapper::class)->generatePrefix($tenant) . ':')
->toBe(cache()->getPrefix()) // Get prefix of the default store ('redis')