From 5605cc35d3d39e5d1de6833aae8910026bc17d96 Mon Sep 17 00:00:00 2001 From: amanoj Date: Wed, 11 Dec 2024 23:09:21 +0530 Subject: [PATCH] test: add assign and unassign commands to reserved IPv6 tests --- commands/reserved_ipv6s_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/reserved_ipv6s_test.go b/commands/reserved_ipv6s_test.go index fc487ed9f..aa35bfd57 100644 --- a/commands/reserved_ipv6s_test.go +++ b/commands/reserved_ipv6s_test.go @@ -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) {