Skip to content

Commit

Permalink
test: add assign and unassign commands to reserved IPv6 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amanoj-do committed Dec 11, 2024
1 parent 1900f6a commit 5605cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/reserved_ipv6s_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
func TestReservedIPv6Commands(t *testing.T) {
cmd := ReservedIPv6()
assert.NotNil(t, cmd)
assertCommandNames(t, cmd, "create", "delete", "get", "list")
assertCommandNames(t, cmd, "create", "delete", "get", "list", "assign", "unassign")
}

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

0 comments on commit 5605cc3

Please sign in to comment.