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 4, 2024
1 parent 1f74fea commit f2c804d
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 f2c804d

Please sign in to comment.