aboutsummaryrefslogtreecommitdiffstats
path: root/skate/reduce_test.go
diff options
context:
space:
mode:
authorMartin Czygan <martin@archive.org>2021-07-26 17:43:04 +0000
committerMartin Czygan <martin@archive.org>2021-07-26 17:43:04 +0000
commitaeaa60211e33cb49da98770b3461cbca2c2a65cc (patch)
tree1def8dfcd4d2c035a8b5ee6d88507a1ad53a8b40 /skate/reduce_test.go
parentbefd7895262e2469367e2a4f71f78148b9986dee (diff)
parent0d4c3ca311b1057bdb07144b0ac8ba860be2de55 (diff)
downloadrefcat-aeaa60211e33cb49da98770b3461cbca2c2a65cc.tar.gz
refcat-aeaa60211e33cb49da98770b3461cbca2c2a65cc.zip
Merge branch 'bnewbold-skate-tweaks' into 'master'
proposed changes and fixes to skate matching See merge request martin/cgraph!3
Diffstat (limited to 'skate/reduce_test.go')
-rw-r--r--skate/reduce_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/skate/reduce_test.go b/skate/reduce_test.go
index 9c134f8..7cde68f 100644
--- a/skate/reduce_test.go
+++ b/skate/reduce_test.go
@@ -199,7 +199,7 @@ func TestMatchedRefsExtend(t *testing.T) {
MatchReason: ReasonUnknown.Short(),
SourceYear: "0",
TargetCSL: &CSL{
- Accessed: CSLDate{},
+ Accessed: nil,
Author: nil,
CollectionTitle: "",
ContainerTitle: "",
@@ -209,7 +209,7 @@ func TestMatchedRefsExtend(t *testing.T) {
ISBN: "",
ISSN: "",
Issue: "",
- Issued: CSLDate{},
+ Issued: &CSLDate{},
JournalAbbreviation: "",
Language: "",
NumberOfPages: "",