Fix expiration test

This commit is contained in:
Jeff Mitchell 2018-08-24 12:47:56 -04:00
parent 70bf87c25b
commit c4ebf3deda
1 changed files with 2 additions and 1 deletions

View File

@ -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