diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-05-16 11:10:40 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-05-16 11:10:40 -0400 |
| commit | b2930794aaac97e1ee89c3c214f8cc42e254d02c (patch) | |
| tree | edc3eec172d2b44575400aabedc562cdc9bf3847 /cover_test.go | |
| parent | 3459adac2f76c835e542fa852ff8de85909d09e4 (diff) | |
| download | lulu-b2930794aaac97e1ee89c3c214f8cc42e254d02c.zip | |
keep generated file header out of godoc
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 d94e2f0..fe40b69 100644 --- a/cover_test.go +++ b/cover_test.go @@ -94,7 +94,7 @@ func TestUnmarshalCoverValidation(t *testing.T) { 1, "https://www.dropbox.com/sh/p3zh22vzsaegiri/AADP367j0bTWlt8fCu-_tm2ia/161025/139056_cover.pdf?dl=1", 210, - "", + nil, CoverStatusNormalizing, } requireUnmarshalJsonEq(t, want, data) |