Removing reset of quit channel (#3376)
This commit is contained in:
parent
abcf4b3bb2
commit
375587fbf2
|
@ -566,7 +566,6 @@ func TestTokenStore_CreateLookup_ExpirationInRestoreMode(t *testing.T) {
|
|||
ts.expiration.restoreModeLock.Lock()
|
||||
ts.expiration.restoreMode = 1
|
||||
ts.expiration.restoreLocks = locksutil.CreateLocks()
|
||||
ts.expiration.quitCh = make(chan struct{})
|
||||
ts.expiration.restoreModeLock.Unlock()
|
||||
|
||||
// Test that the token lookup does not return the token entry due to the
|
||||
|
|
Loading…
Reference in New Issue