Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: chasingegg <[email protected]>
  • Loading branch information
chasingegg committed Dec 18, 2024
1 parent 5c2dd72 commit 1cb7f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testcases/load_release_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func TestLoadEmptyPartitionName(t *testing.T) {

// load partition with empty partition names
errLoadEmpty := mc.LoadPartitions(ctx, collName, []string{""}, false)
common.CheckErr(t, errLoadEmpty, false, "partition not found[partition=]")
common.CheckErr(t, errLoadEmpty, true)
}

// test load partitions with empty slice []string{}
Expand Down

0 comments on commit 1cb7f7b

Please sign in to comment.