Skip to content

Commit

Permalink
Fix nightly TestTransferReplicaNotExistedCollection case err msg
Browse files Browse the repository at this point in the history
Signed-off-by: Congqi Xia <[email protected]>
  • Loading branch information
congqixia committed Sep 19, 2023
1 parent 849300d commit bafbeff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testcases/resource_group_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ func TestTransferReplicaNotExistedCollection(t *testing.T) {

// transfer replica
errTransfer := mc.TransferReplica(ctx, common.DefaultRgName, rgName, common.GenRandomString(3), 1)
common.CheckErr(t, errTransfer, false, "can't find collection")
common.CheckErr(t, errTransfer, false, "collection not found")
}

// test transfer replicas with invalid replica number
Expand Down

0 comments on commit bafbeff

Please sign in to comment.