You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
This test is failing using Java "1.8.0_241".
See inline comments below.
$ mvn package
Tests run: 23, Failures: 1, Errors: 0, Skipped: 0
The text was updated successfully, but these errors were encountered: