DataONEorg / slinky

Slinky, the DataONE Graph Store
Apache License 2.0
4 stars 4 forks source link

Issue 37 Fix #50

Closed ThomasThelen closed 2 years ago

ThomasThelen commented 2 years ago

This PR builds off of #48 and should be reviewed after the merge

Fixes #37

Small bugfix where an object was getting overwritten by its string value (but needed as the original type later).

I added a unit test in 01461c73169a5567f453b295ee69b38f03288e3b that tests the problematic EML document. The fix is in 10e6b122877fa3ad7669ff0ffd8dee3b5c3139e3

I tested this using the local store

amoeba commented 2 years ago

Looks good, thanks.