Skip to content

Commit

Permalink
Fix NetworkAdapter test typo
Browse files Browse the repository at this point in the history
  • Loading branch information
norrland committed Sep 5, 2024
1 parent 9f13e07 commit eb0cce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion networkadapters_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func TestNetworkAdaptersCreate(t *testing.T) {
assert.Equal(t, "networkadapter/create", c.lastPath, "path used is correct")
assert.Equal(t, "wps123456", networkadapter.ServerID, "networkadapter ServerID is correct")
assert.Equal(t, "Network Adapter 2", networkadapter.Name, "networkadapter Name is correct")
assert.Equal(t, "mynetwork", networkadapter.NetworkID, "networkadapter Description is correct")
assert.Equal(t, "mynetwork", networkadapter.NetworkID, "networkadapter NetworkID is correct")
}

func TestNetworkAdaptersCreate_KVM(t *testing.T) {
Expand Down

0 comments on commit eb0cce2

Please sign in to comment.