Skip to content

Commit b310579

Browse files
author
Thomas Scholtes
committed
Enable previously failing test
1 parent 0b73b37 commit b310579

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/server/doc.coffee

+1-2
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,7 @@ describe 'Doc', ->
122122

123123
describe '#create', ->
124124

125-
xit 'calls callback', (done)->
126-
# TODO this currently fails, but should not
125+
it 'calls callback', (done)->
127126
@doc.create(textType, done)
128127
@doc.flush()
129128
sendMessage connection.sent[0]

0 commit comments

Comments
 (0)