Fix expiration test
This commit is contained in:
parent
70bf87c25b
commit
c4ebf3deda
|
@ -47,7 +47,8 @@ func TestExpiration_Tidy(t *testing.T) {
|
|||
})
|
||||
|
||||
testCore := TestCore(t)
|
||||
testCore.logger = logger
|
||||
testCore.baseLogger = logger
|
||||
testCore.logger = logger.Named("core")
|
||||
testCoreUnsealed(t, testCore)
|
||||
|
||||
exp := testCore.expiration
|
||||
|
|
Loading…
Reference in New Issue