From 62a2046b9a8a53bc92daeffcdd97edd23169f6da Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Thu, 30 Jul 2026 18:09:31 -0230 Subject: client interface --- cover_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cover_test.go') diff --git a/cover_test.go b/cover_test.go index 4659f38..7e4c64f 100644 --- a/cover_test.go +++ b/cover_test.go @@ -139,7 +139,7 @@ func TestValidateCover(t *testing.T) { ctx, cancel := context.WithTimeout(t.Context(), timeout) defer cancel() mfg := PkgId{UsTrade, Mono, Standard, Perfect, P60UncoatedWhite, Gloss, NoLinen, NoFoil} - val, err := c.ValidateCover(ctx, coverUrl, mfg, 210) + val, err := ValidateCover(ctx, c, coverUrl, mfg, 210) require.NoError(t, err) validateCoverValidation(t, val) } -- cgit v1.2.3