Ver Fonte

Merge pull request #4984 from gyuho/watch-range

clientv3/integration: fix watch range test typo
Gyu-Ho Lee há 10 anos atrás
pai
commit
79a09e6857
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      clientv3/integration/watch_test.go

+ 1 - 1
clientv3/integration/watch_test.go

@@ -161,7 +161,7 @@ func testWatchMultiWatcher(t *testing.T, wctx *watchctx) {
 
 // TestWatchRange tests watcher creates ranges
 func TestWatchRange(t *testing.T) {
-	runWatchTest(t, testWatchReconnInit)
+	runWatchTest(t, testWatchRange)
 }
 
 func testWatchRange(t *testing.T, wctx *watchctx) {