From 4d9e5851d111178416d1081c7cb322b64e84ed17 Mon Sep 17 00:00:00 2001 From: Joey Brown Date: Thu, 7 Nov 2024 17:16:43 -0600 Subject: [PATCH] update test description --- remote/remote_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote/remote_test.go b/remote/remote_test.go index 3d43b2cb..c50a5f94 100644 --- a/remote/remote_test.go +++ b/remote/remote_test.go @@ -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",