fluree / db

Fluree database library
https://fluree.github.io/db/
Other
330 stars 21 forks source link

fix pending subjects-as-predicates test #816

Closed dpetran closed 3 days ago

dpetran commented 1 week ago

We were not using the right data for the test - db3 was unused and it was the only db that had an edge between ex:subject-as-predicate and ex:nested via ex:unlabeled. As soon as I changed it to the correct data source the results met expectations.

dpetran commented 1 week ago

Closes https://github.com/fluree/core/issues/98