diff options
Diffstat (limited to 'skate/schema_test.go')
-rw-r--r-- | skate/schema_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skate/schema_test.go b/skate/schema_test.go index 57c4700..fe59996 100644 --- a/skate/schema_test.go +++ b/skate/schema_test.go @@ -103,6 +103,7 @@ func TestOpenLibraryToRelease(t *testing.T) { Index int64 `json:"index,omitempty"` Key string `json:"key,omitempty"` Locator string `json:"locator,omitempty"` + Source string `json:"source,omitempty"` } `json:"ref,omitempty"` ResearchGate struct { URL string `json:"url,omitempty"` |