Skip to content

Commit b1b90df

Browse files
fixing setup/teardown
1 parent 92b4dd2 commit b1b90df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration-test/src/test/java/org/cloudfoundry/client/v3/SecurityGroupsTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public final class SecurityGroupsTest extends AbstractIntegrationTest {
5454
private Mono<String> spaceId;
5555

5656
@Before
57-
void settup() {
57+
prublic void settup() {
5858
this.securityGroupName = this.nameFactory.getSecurityGroupName();
5959

6060
this.cloudFoundryClient.securityGroupsV3()
@@ -76,7 +76,7 @@ void settup() {
7676
}
7777

7878
@After
79-
void tearDown() {
79+
public void tearDown() {
8080
this.cloudFoundryClient.securityGroupsV3().delete(
8181
DeleteSecurityGroupRequest.builder()
8282
.securityGroupId(this.securityGroupId.block())

0 commit comments

Comments
 (0)