Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update tests for stardog v10 #308

Merged
merged 4 commits into from Apr 22, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions test/setup-database.js
Expand Up @@ -19,6 +19,12 @@ exports.seedDatabase = (database, options = {}, addlFiles = []) => () => {
index: {
type: 'disk',
},
// override new default value in v10.0.0+ since tests were mostly written before then
reasoning: {
schema: {
graphs: 'tag:stardog:api:context:local',
},
},
}),
{
// Load everything into the DB
Expand Down