Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
ykim-akamai committed Oct 16, 2023
1 parent f4ec8d6 commit 3f7959b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/vpc_subnet_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func createVPCWithSubnet(t *testing.T, client *linodego.Client) (
return vpc, vpcSubnet, teardown, err
}

func createVPCWithSubnetInvaidLabel(t *testing.T, client *linodego.Client) error {
func createVPCWithSubnetInvalidLabel(t *testing.T, client *linodego.Client) error {
t.Helper()
vpc, vpcTeardown, err := createVPC(t, client)
if err != nil {
Expand Down Expand Up @@ -215,7 +215,7 @@ func TestVPC_Subnet_List(t *testing.T) {
func TestVPC_Subnet_Create_Invalid_data(t *testing.T) {
client, _ := createTestClient(t, "fixtures/TestVPC_Subnet_Create_Invalid_Label")

err := createVPCWithSubnetInvaidLabel(t, client)
err := createVPCWithSubnetInvalidLabel(t, client)

e, _ := err.(*Error)

Expand Down

0 comments on commit 3f7959b

Please sign in to comment.