소스 검색

Merge pull request #2757 from yichengq/fix-typo

client: fix test name typo
Xiang Li 11 년 전
부모
커밋
f31a57d02e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      client/keys_test.go

+ 1 - 1
client/keys_test.go

@@ -923,7 +923,7 @@ func TestHTTPKeysAPIWatcherAction(t *testing.T) {
 	}
 	}
 }
 }
 
 
-func TestHTTPKeysAPIcreateInOrderAction(t *testing.T) {
+func TestHTTPKeysAPISetAction(t *testing.T) {
 	tests := []struct {
 	tests := []struct {
 		key        string
 		key        string
 		value      string
 		value      string