Skip to content

Commit

Permalink
update expected ResourceGroupName count in test function
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismarget-j committed Oct 5, 2024
1 parent 2516677 commit dac1793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apstra/utils/resource_group_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ func TestAllResourceGroupNameStrings(t *testing.T) {
t.Fatal("AllResourceGroupNameStrings() returned an empty string")
}
}
expectedRgnCount := 20
expectedRgnCount := 31
if len(argns) != expectedRgnCount {
t.Fatalf("expected %d resource group names, got %d", expectedRgnCount, len(argns))
}
Expand Down

0 comments on commit dac1793

Please sign in to comment.