diff options
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) } |