mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Update GcsPersistor range unit test
This commit is contained in:
parent
5d9f78322d
commit
7b6299e05a
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ describe('GcsPersistorTests', function() {
|
|||
it('passes the byte range on to GCS', function() {
|
||||
expect(GcsFile.createReadStream).to.have.been.calledWith({
|
||||
start: 5,
|
||||
end: 11 // we increment the end because Google's 'end' is exclusive
|
||||
end: 10
|
||||
})
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue