Skip to content

Commit c68a304

Browse files
committed
renamed example test
1 parent 3afe36b commit c68a304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/http-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ describe('HTTP APIs', function () {
923923
.expect(hasHeader('acl', suffixAcl))
924924
.expect(201, done)
925925
})
926-
it('should do something', function (done) {
926+
it('create container with recursive example', function (done) {
927927
server.post('/post-tests/')
928928
.set('content-type', 'text/turtle')
929929
.set('slug', 'foo.bar.acl.meta')

0 commit comments

Comments
 (0)