We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92b4dd2 commit b1b90dfCopy full SHA for b1b90df
integration-test/src/test/java/org/cloudfoundry/client/v3/SecurityGroupsTest.java
@@ -54,7 +54,7 @@ public final class SecurityGroupsTest extends AbstractIntegrationTest {
54
private Mono<String> spaceId;
55
56
@Before
57
- void settup() {
+ prublic void settup() {
58
this.securityGroupName = this.nameFactory.getSecurityGroupName();
59
60
this.cloudFoundryClient.securityGroupsV3()
@@ -76,7 +76,7 @@ void settup() {
76
}
77
78
@After
79
- void tearDown() {
+ public void tearDown() {
80
this.cloudFoundryClient.securityGroupsV3().delete(
81
DeleteSecurityGroupRequest.builder()
82
.securityGroupId(this.securityGroupId.block())
0 commit comments