Skip to content

Commit

Permalink
Fix nightly TestTransferReplicaNotExistedCollection case err msg (#583
Browse files Browse the repository at this point in the history
)

Signed-off-by: Congqi Xia <[email protected]>
  • Loading branch information
congqixia authored Sep 19, 2023
1 parent 064f60c commit 780ec0b
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 780ec0b

Please sign in to comment.