Skip to content

Commit

Permalink
fix test error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorrit Poelen committed Sep 6, 2024
1 parent 0699c23 commit 8246b6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public String getPublicationDate() {
assertThat(identifiers.get(2).get("identifier").asText(), is("hash://sha256/72a63d47805f78e4529ec282e3e8e8412beb456e571c1e2276a107b3f0fa9822"));

// lsid to disambiguate records
assertThat(identifiers.get(3).get("relation").asText(), is("isAlternateIdentifier"));
assertThat(identifiers.get(3).get("relation").asText(), is("isDerivedFrom"));
assertThat(identifiers.get(3).get("identifier").asText(), is("urn:lsid:github.com:darktaxon:BMT0009397"));


Expand Down

0 comments on commit 8246b6b

Please sign in to comment.