Skip to content

Commit

Permalink
Fix expiration test
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferai committed Aug 24, 2018
1 parent 12d1f1e commit 7109c02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vault/expiration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7109c02

Please sign in to comment.