Skip to content

Commit

Permalink
fixup tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Apr 3, 2024
1 parent 0060967 commit 1c648ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/arxiv/oai_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func TestGetOaiRecord(t *testing.T) {
// Verify the result
expected := map[string]string{
"field_rights": "https://test-license.com",
"field_linked_agent": "Author1LastName, Author1FirstName|Author2LastName, Author2FirstName",
"field_linked_agent": "relators:cre:person:Author1LastName, Author1FirstName|relators:cre:person:Author2LastName, Author2FirstName",
}
for key, value := range expected {
if result[key] != value {
Expand Down

0 comments on commit 1c648ce

Please sign in to comment.