stephankruggg commented on code in PR #7549:
URL: https://github.com/apache/cloudstack/pull/7549#discussion_r1212487837
##########
server/src/test/java/com/cloud/network/vpc/NetworkACLServiceImplTest.java:
##########
@@ -1183,7 +1183,7 @@ public void moveRuleToTheBottomTest() {
}
@Test(expected = InvalidParameterValueException.class)
- public void
moveRuleBetweenAclRulesTestThereIsSpaceBetweenPreviousRuleAndNextRuleToAccomodateTheNewRuleWithOtherruleColliding()
{
+ public void
moveRuleBetweenAclRulesTestThereIsSpaceBetweenPreviousRuleAndNextRuleToAccommodateTheNewRuleWithOtherruleColliding()
{
Review Comment:
```suggestion
public void
moveRuleBetweenAclRulesTestThereIsSpaceBetweenPreviousRuleAndNextRuleToAccommodateTheNewRuleWithOtherRuleColliding()
{
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]