Skip to content

Commit

Permalink
fix test cases for 0.10.1 (#41)
Browse files Browse the repository at this point in the history
Signed-off-by: fishpenguin <[email protected]>
  • Loading branch information
fishpenguin authored Jul 20, 2020
1 parent 0737ae3 commit 2938a41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Go SDK for [Milvus](https://github.com/milvus-io/milvus). To contribute code to
| 0.9.0 | 0.4.0|
| 0.9.1 | 0.4.1|
| 0.10.0 | 0.4.2|
| 0.10.0 | 0.4.3|

### Getting started

Expand Down
2 changes: 1 addition & 1 deletion test/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ func TestCmd(t *testing.T) {
}

// test SetConfig and GetConfig
nodeName := "cache_config.cpu_cache_capacity"
nodeName := "cache.cache_size"
nodeValue := "2"
status, err = client.SetConfig(nodeName, nodeValue)
if err != nil {
Expand Down

0 comments on commit 2938a41

Please sign in to comment.