diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-07-30 18:09:31 -0230 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-07-30 18:09:31 -0230 |
| commit | 62a2046b9a8a53bc92daeffcdd97edd23169f6da (patch) | |
| tree | fc951cb6b07fa97bc846565160bde583b1692aac /cover_test.go | |
| parent | e7bba51bb8bb41c462873c613bc6d4cf402a58d1 (diff) | |
| download | lulu-62a2046b9a8a53bc92daeffcdd97edd23169f6da.zip | |
client interface
Diffstat (limited to 'cover_test.go')
| -rw-r--r-- | cover_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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) } |