Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucagrulla committed Sep 22, 2018
1 parent c3f1cce commit 60c9e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tail.coffee
Expand Up @@ -110,7 +110,7 @@ describe 'Tail', ->

fs.closeSync fd

it.only 'should respect fromBeginning from even the first appended line ', (done) ->
it 'should respect fromBeginning from even the first appended line ', (done) ->
fd = fs.openSync fileToTest, 'w+'
lines = ['line#0', 'line#1']
for l in lines
Expand Down

0 comments on commit 60c9e89

Please sign in to comment.