diff options
Diffstat (limited to 'skate/zippy_test.go')
-rw-r--r-- | skate/zippy_test.go | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/skate/zippy_test.go b/skate/zippy_test.go index 817626b..d0ebbd4 100644 --- a/skate/zippy_test.go +++ b/skate/zippy_test.go @@ -193,18 +193,18 @@ func TestMatchedRefsExtend(t *testing.T) { MatchStatus: StatusUnmatched.Short(), MatchReason: ReasonUnknown.Short(), SourceYear: "0", - Extra: struct { - Ref Ref `json:"ref"` - }{ - Ref: Ref{ - ReleaseIdent: "0000", - Biblio: Biblio{ - Title: "Title", - }, - Index: 3, - Key: "K3", - }, - }, + // Extra: struct { + // Ref Ref `json:"ref"` + // }{ + // Ref: Ref{ + // ReleaseIdent: "0000", + // Biblio: Biblio{ + // Title: "Title", + // }, + // Index: 3, + // Key: "K3", + // }, + // }, }, }, }, |