diff options
Diffstat (limited to 'skate/zippy_test.go')
-rw-r--r-- | skate/zippy_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skate/zippy_test.go b/skate/zippy_test.go index 4c9ed32..2a48c9b 100644 --- a/skate/zippy_test.go +++ b/skate/zippy_test.go @@ -320,7 +320,7 @@ func TestDeduplicateBrefs(t *testing.T) { }, { brefs: []*BiblioRef{}, - result: nil, + result: []*BiblioRef{}, }, { brefs: []*BiblioRef{ |