Skip to content

Commit

Permalink
fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
taylanisikdemir committed Apr 5, 2024
1 parent 9148b38 commit ee2d3da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ func TestSelectDomain(t *testing.T) {
wantErr: true,
},
{
name: "both domainName and domainID not provided",
name: "both domainName and domainID provided",
domainID: common.StringPtr("domain_id_1"),
domainName: common.StringPtr("domain_name_1"),
wantErr: true,
Expand Down

0 comments on commit ee2d3da

Please sign in to comment.