geneontology / obographs

Basic and Advanced OBO Graphs: specification and reference implementation
63 stars 12 forks source link

Failed tests: PrefixHelperTest.testPrefixHandling #64

Open blueharmony opened 4 years ago

blueharmony commented 4 years ago

This test is failing using Java "1.8.0_241". See inline comments below.

$ mvn package

Failed tests:
  PrefixHelperTest.testPrefixHandling:78 Check JSON-LD expected:<{[
  "@context" : {
    "foo" : "http://example.com#"
  }]     **<-- this line is different syntactically from..**.
}> but was:<{[
  "@context" : {
    "foo" : "http://example.com#"
] }     **<-- this line. It should be "}]" instead of "]}"**
}>

Tests run: 23, Failures: 1, Errors: 0, Skipped: 0