Skip to content

Commit cbaae77

Browse files
committed
putGraph and getGraph work in ldp-test
1 parent aaa82b8 commit cbaae77

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
@@ -166,7 +166,7 @@ describe('LDP', function () {
166166
})
167167
})
168168

169-
describe.skip('putGraph', () => {
169+
describe('putGraph', () => {
170170
it('should serialize and write a graph to a file', () => {
171171
const originalResource = '/resources/sampleContainer/example1.ttl'
172172
const newResource = '/resources/sampleContainer/example1-copy.ttl'

0 commit comments

Comments
 (0)