mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
remove the extra stop
This commit is contained in:
@@ -37,7 +37,6 @@ func TestWatch(t *testing.T) {
|
||||
defer func() {
|
||||
b.Close()
|
||||
s.Close()
|
||||
s.store.Close()
|
||||
os.Remove(tmpPath)
|
||||
}()
|
||||
|
||||
@@ -540,7 +539,6 @@ func TestWatchVictims(t *testing.T) {
|
||||
defer func() {
|
||||
b.Close()
|
||||
s.Close()
|
||||
s.store.Close()
|
||||
os.Remove(tmpPath)
|
||||
chanBufLen, maxWatchersPerSync = oldChanBufLen, oldMaxWatchersPerSync
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user