Skip to content

Commit

Permalink
🧹 fix: mapFile
Browse files Browse the repository at this point in the history
  • Loading branch information
SaltyAom committed Dec 23, 2023
1 parent 4ba3e85 commit a54756b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/units/map-response.test.ts
Expand Up @@ -327,7 +327,7 @@ describe('Map Response', () => {
expect(response.status).toBe(200)
})

it('map video on not modified', async () => {
it('skip content-range on not modified', async () => {
const kyuukararin = Bun.file('test/kyuukurarin.mp4')

const response = mapResponse(kyuukararin, {
Expand Down

0 comments on commit a54756b

Please sign in to comment.