Parcourir la source

clientv3/integration: fix watch range test typo

Gyu-Ho Lee il y a 9 ans
Parent
commit
e72591b4a2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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) {