Skip to content

Commit a07eed2

Browse files
committed
update stream test name
1 parent 10a63e4 commit a07eed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit_package_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ describe('Unit::deployable-ringbuffer', function(){
8787
expect( rb.last().toString() ).to.equal( 'test' )
8888
})
8989

90-
it('should return a write stream', function(){
90+
it('should write many times to stream', function(){
9191
let rb = new RingBuffer(2)
9292
let ws = rb.writeStream()
9393
ws.write('test')

0 commit comments

Comments
 (0)