Skip to content

Commit 0cb0907

Browse files
Fix typos in mock tests data
1 parent a30740f commit 0cb0907

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

spring-boot-project/spring-boot-tools/spring-boot-buildpack-platform/src/test/java/org/springframework/boot/buildpack/platform/docker/PullUpdateEventTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ void readValueWhenMinimalDeserializesJson() throws Exception {
4545
PullImageUpdateEvent event = getObjectMapper().readValue(getContent("pull-update-minimal.json"),
4646
PullImageUpdateEvent.class);
4747
assertThat(event.getId()).isNull();
48-
assertThat(event.getStatus()).isEqualTo("Status: Downloaded newer image for packeto-buildpacks/cnb:base");
48+
assertThat(event.getStatus()).isEqualTo("Status: Downloaded newer image for paketo-buildpacks/cnb:base");
4949
assertThat(event.getProgressDetail()).isNull();
5050
assertThat(event.getProgress()).isNull();
5151
}

spring-boot-project/spring-boot-tools/spring-boot-buildpack-platform/src/test/java/org/springframework/boot/buildpack/platform/json/JsonStreamTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ void getWhenReadingObjectNodeReturnsNodes() throws Exception {
4545
this.jsonStream.get(getContent("stream.json"), result::add);
4646
assertThat(result).hasSize(595);
4747
assertThat(result.get(594).toString())
48-
.contains("Status: Downloaded newer image for packeto-buildpacks/cnb:base");
48+
.contains("Status: Downloaded newer image for paketo-buildpacks/cnb:base");
4949
}
5050

5151
@Test
@@ -55,7 +55,7 @@ void getWhenReadTypesReturnsTypes() throws Exception {
5555
assertThat(result).hasSize(595);
5656
assertThat(result.get(1).getId()).isEqualTo("5667fdb72017");
5757
assertThat(result.get(594).getStatus())
58-
.isEqualTo("Status: Downloaded newer image for packeto-buildpacks/cnb:base");
58+
.isEqualTo("Status: Downloaded newer image for paketo-buildpacks/cnb:base");
5959
}
6060

6161
/**

spring-boot-project/spring-boot-tools/spring-boot-buildpack-platform/src/test/resources/org/springframework/boot/buildpack/platform/build/image.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"paketo-buildpacks/builder:base-platform-api-0.2"
66
],
77
"RepoDigests": [
8-
"packeto-buidpacks/cnb@sha256:5b03a853e636b78c44e475bbc514e2b7b140cc41cca8ab907e9753431ae8c0b0"
8+
"paketo-buidpacks/cnb@sha256:5b03a853e636b78c44e475bbc514e2b7b140cc41cca8ab907e9753431ae8c0b0"
99
],
1010
"Parent": "",
1111
"Comment": "",

spring-boot-project/spring-boot-tools/spring-boot-buildpack-platform/src/test/resources/org/springframework/boot/buildpack/platform/build/run-image-with-bad-stack.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"Id": "sha256:9b450bffdb05bcf660d464d0bfdf344ee6ca38e9b8de4f408c8080b0c9319349",
33
"RepoTags": [
4-
"packeto-buildpacks/cnb:latest"
4+
"paketo-buildpacks/cnb:latest"
55
],
66
"RepoDigests": [
7-
"packeto-buildpacks/run@sha256:715806bb793b66e3fc1a5a8f5584c6a1b6db05425e573887673bddcf426f1b90"
7+
"paketo-buildpacks/run@sha256:715806bb793b66e3fc1a5a8f5584c6a1b6db05425e573887673bddcf426f1b90"
88
],
99
"Parent": "",
1010
"Comment": "",

spring-boot-project/spring-boot-tools/spring-boot-buildpack-platform/src/test/resources/org/springframework/boot/buildpack/platform/docker/pull-stream.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"status": "Pulling from packeto-buildpacks/cnb",
2+
"status": "Pulling from paketo-buildpacks/cnb",
33
"id": "base"
44
}
55
{"status":"Pulling fs layer","progressDetail":{},"id":"5667fdb72017"}
@@ -595,4 +595,4 @@
595595
{"status":"Extracting","progressDetail":{"current":32,"total":32},"progress":"[==================================================\u003e] 32B/32B","id":"4f4fb700ef54"}
596596
{"status":"Pull complete","progressDetail":{},"id":"4f4fb700ef54"}
597597
{"status":"Digest: sha256:4acb6bfd6c4f0cabaf7f3690e444afe51f1c7de54d51da7e63fac709c56f1c30"}
598-
{"status":"Status: Downloaded newer image for packeto-buildpacks/cnb:base"}
598+
{"status":"Status: Downloaded newer image for paketo-buildpacks/cnb:base"}
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"status": "Status: Downloaded newer image for packeto-buildpacks/cnb:base"
2+
"status": "Status: Downloaded newer image for paketo-buildpacks/cnb:base"
33
}

spring-boot-project/spring-boot-tools/spring-boot-buildpack-platform/src/test/resources/org/springframework/boot/buildpack/platform/docker/type/image.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"Id": "sha256:9b450bffdb05bcf660d464d0bfdf344ee6ca38e9b8de4f408c8080b0c9319349",
33
"RepoTags": [
4-
"packeto-buildpacks/cnb:latest"
4+
"paketo-buildpacks/cnb:latest"
55
],
66
"RepoDigests": [
7-
"packeto-buildpacks/cnb@sha256:915802bb193b66e3fc1a5a8f5584c6a1b6db05425e573887673bddcf426f1b90"
7+
"paketo-buildpacks/cnb@sha256:915802bb193b66e3fc1a5a8f5584c6a1b6db05425e573887673bddcf426f1b90"
88
],
99
"Parent": "",
1010
"Comment": "",

spring-boot-project/spring-boot-tools/spring-boot-buildpack-platform/src/test/resources/org/springframework/boot/buildpack/platform/json/stream.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"status": "Pulling from packeto-buildpacks/cnb",
2+
"status": "Pulling from paketo-buildpacks/cnb",
33
"id": "base"
44
}
55
{"status":"Pulling fs layer","progressDetail":{},"id":"5667fdb72017"}
@@ -595,4 +595,4 @@
595595
{"status":"Extracting","progressDetail":{"current":32,"total":32},"progress":"[==================================================\u003e] 32B/32B","id":"4f4fb700ef54"}
596596
{"status":"Pull complete","progressDetail":{},"id":"4f4fb700ef54"}
597597
{"status":"Digest: sha256:4acb6bfd6c4f0cabaf7f3690e444afe51f1c7de54d51da7e63fac709c56f1c30"}
598-
{"status":"Status: Downloaded newer image for packeto-buildpacks/cnb:base"}
598+
{"status":"Status: Downloaded newer image for paketo-buildpacks/cnb:base"}

0 commit comments

Comments
 (0)