Skip to content

Commit

Permalink
update expected iota count in test function
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismarget-j committed Jun 27, 2024
1 parent 2e9ca91 commit e6a9f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apstra/two_stage_l3_clos_resources_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
}
Expand Down

0 comments on commit e6a9f88

Please sign in to comment.