Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
ja573 committed Sep 4, 2024
1 parent 7cb054b commit fd093d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions thoth-export-server/src/xml/onix21_ebsco_host.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1082,6 +1082,7 @@ mod tests {
assert!(output.contains(r#" <RightsTerritory>WORLD</RightsTerritory>"#));
assert!(output.contains(r#" <RelatedProduct>"#));
assert!(output.contains(r#" <RelationCode>06</RelationCode>"#));
assert!(output.contains(r#" <RelationCode>13</RelationCode>"#));
assert!(output.contains(r#" <ProductIdentifier>"#));
assert!(output.contains(r#" <ProductIDType>15</ProductIDType>"#));
assert!(output.contains(r#" <IDValue>9783161484100</IDValue>"#));
Expand Down

0 comments on commit fd093d4

Please sign in to comment.