Skip to content

Commit

Permalink
refactor() fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
TylorS committed Nov 30, 2015
1 parent 7e17809 commit ee22aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ describe('Subject', () => {
sink.error(new Error('Error Message'))
})

it('should not allow ending of stream', done => {
it('should allow ending of stream', done => {
const {sink, stream} = Subject()

stream
Expand Down

0 comments on commit ee22aac

Please sign in to comment.