Skip to content

Commit baec665

Browse files
committed
Fixed test
1 parent 3b85808 commit baec665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/ldp-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ describe('LDP', function () {
250250
if (err) done(err)
251251
fs.readdir(path.join(__dirname, '../resources/sampleContainer/'), function (err, expectedFiles) {
252252
const graph = $rdf.graph()
253-
$rdf.parse(data, graph, 'https://server.tld/sampleContainer', 'text/turtle')
253+
$rdf.parse(data, graph, 'https://server.tld/sampleContainer/', 'text/turtle')
254254
const statements = graph.match(null, ns.ldp('contains'), null)
255255
const files = statements
256256
.map(s => s.object.value.replace(/.*\//, ''))

0 commit comments

Comments
 (0)