Skip to content

Commit 2be492b

Browse files
Heng CuiHeng Cui
authored andcommitted
spotless apply
1 parent d161579 commit 2be492b

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

candyfloss/src/test/java/com/swisscom/daisy/cosmos/candyfloss/AbstractDeploymentTest.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,11 @@ protected void testCase(
171171
String inputString = objectMapper.writeValueAsString(inputMap);
172172
JsonNode rootNode = objectMapper.readTree(inputString);
173173
String path =
174-
"ietf-telemetry-message:message."
175-
+ "payload.ietf-yp-notification:envelope."
176-
+ "contents."
177-
+ "ietf-yang-push:push-update."
178-
+ "ietf-yp-observation:timestamp";
174+
"ietf-telemetry-message:message."
175+
+ "payload.ietf-yp-notification:envelope."
176+
+ "contents."
177+
+ "ietf-yang-push:push-update."
178+
+ "ietf-yp-observation:timestamp";
179179
dateTimeString = getValueByJsonPath(rootNode, path);
180180
}
181181

candyfloss/src/test/java/com/swisscom/daisy/cosmos/candyfloss/DeploymentTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ protected void test(String applicationConfigFileName, String env, String name, P
2323
}
2424

2525
protected static Stream<Arguments> providerForAllYangModels()
26-
throws IOException, URISyntaxException {
26+
throws IOException, URISyntaxException {
2727
var outLegacy = providerForYangModels("legacy");
2828
var outIetf = providerForYangModels("ietf");
2929

@@ -38,7 +38,7 @@ protected static Stream<Arguments> providerForYangModels(String profile)
3838
// Create a map from the discovered folders in the `test/resources/deployment` folder
3939
// The key is the sub-folder name and the value is a full path to the sub folder
4040
String deploymentFolder =
41-
profile.equals("ietf") ? "deployment-ietf-telemetry-message" : "deployment";
41+
profile.equals("ietf") ? "deployment-ietf-telemetry-message" : "deployment";
4242
var yangModels =
4343
Files.list(Path.of(Objects.requireNonNull(loader.getResource(deploymentFolder)).toURI()))
4444
.filter(Files::isDirectory)

0 commit comments

Comments
 (0)