Skip to content

Commit

Permalink
update test description
Browse files Browse the repository at this point in the history
  • Loading branch information
joeybrown-sf committed Nov 7, 2024
1 parent 523f817 commit 4d9e585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remote/remote_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ func testImage(t *testing.T, when spec.G, it spec.S) {
})

when("base image is a multi-OS/Arch manifest list", func() {
it("returns a base image matching linux/amd64", func() {
it("returns a base image matching linux/architecture", func() {
manifestListName := "golang:1.13.8"
existingLayerDigests := map[string]string{
"amd64": "sha256:427da4a135b0869c1a274ba38e23d45bdbda93134c4ad99c8900cb0cfe9f0c9e",
Expand Down

0 comments on commit 4d9e585

Please sign in to comment.