From e6a9f88427c968b875e26436f053b1398ea0d3e1 Mon Sep 17 00:00:00 2001 From: Chris Marget Date: Thu, 27 Jun 2024 19:18:42 -0400 Subject: [PATCH] update expected iota count in test function --- apstra/two_stage_l3_clos_resources_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apstra/two_stage_l3_clos_resources_test.go b/apstra/two_stage_l3_clos_resources_test.go index d21c6c61..b5a5d708 100644 --- a/apstra/two_stage_l3_clos_resources_test.go +++ b/apstra/two_stage_l3_clos_resources_test.go @@ -95,7 +95,7 @@ func TestSetGetResourceAllocation(t *testing.T) { func TestAllResourceGroupNames(t *testing.T) { all := AllResourceGroupNames() - expected := 30 + expected := 32 if len(all) != expected { t.Fatalf("expected %d resource group names, got %d", expected, len(all)) }