Skip to content

Commit 0464877

Browse files
committed
Fix tests due to unmaintained server
1 parent 37168e9 commit 0464877

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/websockets.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,7 @@ describe('Solid-ws', function() {
106106
'/resource.ttl' ]
107107
var users = [
108108
'http://nicola.io/#me',
109-
'http://timbl.com/#me',
110-
'http://deiu.io/#me' ]
109+
'http://timbl.com/#me' ]
111110

112111
var clients = users.map(function() {
113112
return new WebSocket('http://localhost:' + port)
@@ -131,8 +130,7 @@ describe('Solid-ws', function() {
131130
var url = 'http://example.com/resource.ttl'
132131
var users = [
133132
'http://nicola.io/#me',
134-
'http://timbl.com/#me',
135-
'http://deiu.io/#me' ]
133+
'http://timbl.com/#me' ]
136134

137135
var clients = users.map(function() {
138136
return new WebSocket('http://localhost:' + port)

0 commit comments

Comments
 (0)