Commit 0cb09076 authored by Scott Frederick's avatar Scott Frederick

Fix typos in mock tests data

parent a30740f8
......@@ -45,7 +45,7 @@ class PullUpdateEventTests extends AbstractJsonTests {
PullImageUpdateEvent event = getObjectMapper().readValue(getContent("pull-update-minimal.json"),
PullImageUpdateEvent.class);
assertThat(event.getId()).isNull();
assertThat(event.getStatus()).isEqualTo("Status: Downloaded newer image for packeto-buildpacks/cnb:base");
assertThat(event.getStatus()).isEqualTo("Status: Downloaded newer image for paketo-buildpacks/cnb:base");
assertThat(event.getProgressDetail()).isNull();
assertThat(event.getProgress()).isNull();
}
......
......@@ -45,7 +45,7 @@ class JsonStreamTests extends AbstractJsonTests {
this.jsonStream.get(getContent("stream.json"), result::add);
assertThat(result).hasSize(595);
assertThat(result.get(594).toString())
.contains("Status: Downloaded newer image for packeto-buildpacks/cnb:base");
.contains("Status: Downloaded newer image for paketo-buildpacks/cnb:base");
}
@Test
......@@ -55,7 +55,7 @@ class JsonStreamTests extends AbstractJsonTests {
assertThat(result).hasSize(595);
assertThat(result.get(1).getId()).isEqualTo("5667fdb72017");
assertThat(result.get(594).getStatus())
.isEqualTo("Status: Downloaded newer image for packeto-buildpacks/cnb:base");
.isEqualTo("Status: Downloaded newer image for paketo-buildpacks/cnb:base");
}
/**
......
......@@ -5,7 +5,7 @@
"paketo-buildpacks/builder:base-platform-api-0.2"
],
"RepoDigests": [
"packeto-buidpacks/cnb@sha256:5b03a853e636b78c44e475bbc514e2b7b140cc41cca8ab907e9753431ae8c0b0"
"paketo-buidpacks/cnb@sha256:5b03a853e636b78c44e475bbc514e2b7b140cc41cca8ab907e9753431ae8c0b0"
],
"Parent": "",
"Comment": "",
......
{
"Id": "sha256:9b450bffdb05bcf660d464d0bfdf344ee6ca38e9b8de4f408c8080b0c9319349",
"RepoTags": [
"packeto-buildpacks/cnb:latest"
"paketo-buildpacks/cnb:latest"
],
"RepoDigests": [
"packeto-buildpacks/run@sha256:715806bb793b66e3fc1a5a8f5584c6a1b6db05425e573887673bddcf426f1b90"
"paketo-buildpacks/run@sha256:715806bb793b66e3fc1a5a8f5584c6a1b6db05425e573887673bddcf426f1b90"
],
"Parent": "",
"Comment": "",
......
{
"status": "Pulling from packeto-buildpacks/cnb",
"status": "Pulling from paketo-buildpacks/cnb",
"id": "base"
}
{"status":"Pulling fs layer","progressDetail":{},"id":"5667fdb72017"}
......@@ -595,4 +595,4 @@
{"status":"Extracting","progressDetail":{"current":32,"total":32},"progress":"[==================================================\u003e] 32B/32B","id":"4f4fb700ef54"}
{"status":"Pull complete","progressDetail":{},"id":"4f4fb700ef54"}
{"status":"Digest: sha256:4acb6bfd6c4f0cabaf7f3690e444afe51f1c7de54d51da7e63fac709c56f1c30"}
{"status":"Status: Downloaded newer image for packeto-buildpacks/cnb:base"}
{"status":"Status: Downloaded newer image for paketo-buildpacks/cnb:base"}
{
"status": "Status: Downloaded newer image for packeto-buildpacks/cnb:base"
"status": "Status: Downloaded newer image for paketo-buildpacks/cnb:base"
}
{
"Id": "sha256:9b450bffdb05bcf660d464d0bfdf344ee6ca38e9b8de4f408c8080b0c9319349",
"RepoTags": [
"packeto-buildpacks/cnb:latest"
"paketo-buildpacks/cnb:latest"
],
"RepoDigests": [
"packeto-buildpacks/cnb@sha256:915802bb193b66e3fc1a5a8f5584c6a1b6db05425e573887673bddcf426f1b90"
"paketo-buildpacks/cnb@sha256:915802bb193b66e3fc1a5a8f5584c6a1b6db05425e573887673bddcf426f1b90"
],
"Parent": "",
"Comment": "",
......
{
"status": "Pulling from packeto-buildpacks/cnb",
"status": "Pulling from paketo-buildpacks/cnb",
"id": "base"
}
{"status":"Pulling fs layer","progressDetail":{},"id":"5667fdb72017"}
......@@ -595,4 +595,4 @@
{"status":"Extracting","progressDetail":{"current":32,"total":32},"progress":"[==================================================\u003e] 32B/32B","id":"4f4fb700ef54"}
{"status":"Pull complete","progressDetail":{},"id":"4f4fb700ef54"}
{"status":"Digest: sha256:4acb6bfd6c4f0cabaf7f3690e444afe51f1c7de54d51da7e63fac709c56f1c30"}
{"status":"Status: Downloaded newer image for packeto-buildpacks/cnb:base"}
{"status":"Status: Downloaded newer image for paketo-buildpacks/cnb:base"}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment