Skip to content

Commit 29c115f

Browse files
committed
A couple of fixes
1 parent afbe557 commit 29c115f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/validate-tts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const invalidTurtleBody = fs.readFileSync(path.join(__dirname, '../resources/inv
1616

1717
describe('HTTP requests with invalid Turtle syntax', () => {
1818
describe('PUT API', () => {
19-
it('is allowed with invalid TTL files', (done) => {
19+
it('is allowed with invalid TTL files in general', (done) => {
2020
server.put('/invalid1.ttl')
2121
.send(invalidTurtleBody)
2222
.set('content-type', 'text/turtle')

0 commit comments

Comments
 (0)