Browse Source

clientv3/integration: fix watch range test typo

Gyu-Ho Lee 9 years ago
parent
commit
e72591b4a2
1 changed files with 1 additions and 1 deletions
  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
 // TestWatchRange tests watcher creates ranges
 func TestWatchRange(t *testing.T) {
 func TestWatchRange(t *testing.T) {
-	runWatchTest(t, testWatchReconnInit)
+	runWatchTest(t, testWatchRange)
 }
 }
 
 
 func testWatchRange(t *testing.T, wctx *watchctx) {
 func testWatchRange(t *testing.T, wctx *watchctx) {