Skip to content

Commit

Permalink
iss-4535
Browse files Browse the repository at this point in the history
Fixed test brackets that mvn spotless:apply unfortunately didn't.

fabric8io#4535
  • Loading branch information
BrianDevC committed Oct 28, 2022
1 parent 888b291 commit a0fac41
Showing 1 changed file with 2 additions and 4 deletions.
Expand Up @@ -180,8 +180,7 @@ void createExecCommandForUpload_withNormalFile_shouldCreateValidExecCommandForUp
}

@Test
void createExecCommandForUpload_withSingleQuoteInPath()
{
void createExecCommandForUpload_withSingleQuoteInPath() {
// When
String result = PodUpload.createExecCommandForUpload("/tmp/fo'o/cp.log");

Expand All @@ -190,8 +189,7 @@ void createExecCommandForUpload_withSingleQuoteInPath()
}

@Test
void createExecCommandForUpload_withMultipleSingleQuotesInPath()
{
void createExecCommandForUpload_withMultipleSingleQuotesInPath() {
// When
String result = PodUpload.createExecCommandForUpload("/tmp/f'o'o/c'p.log");

Expand Down

0 comments on commit a0fac41

Please sign in to comment.