Skip to content

Commit

Permalink
renamed example test
Browse files Browse the repository at this point in the history
  • Loading branch information
zg009 committed Mar 29, 2024
1 parent 3afe36b commit c68a304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/http-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ describe('HTTP APIs', function () {
.expect(hasHeader('acl', suffixAcl))
.expect(201, done)
})
it('should do something', function (done) {
it('create container with recursive example', function (done) {
server.post('/post-tests/')
.set('content-type', 'text/turtle')
.set('slug', 'foo.bar.acl.meta')
Expand Down

0 comments on commit c68a304

Please sign in to comment.