Skip to content

Commit

Permalink
update tests for stardog v10
Browse files Browse the repository at this point in the history
  • Loading branch information
anneeb committed Apr 22, 2024
1 parent 347dbdd commit 45aaa0a
Showing 1 changed file with 6 additions and 0 deletions.
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

0 comments on commit 45aaa0a

Please sign in to comment.