Skip to content

Commit

Permalink
fix: renamed arg
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Jan 8, 2025
1 parent 96f620f commit 93d2c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/env/test/lib/DatasetExt.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ describe('DatasetExt', () => {
// when
const turtle = await dataset.serialize({
format: 'text/turtle',
normaliseBlankNodes: true,
renameBlankNodes: true,
})

// then
Expand Down

0 comments on commit 93d2c52

Please sign in to comment.