Skip to content

Commit

Permalink
fix(test): remove extra semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
eidoriantan committed Feb 11, 2024
1 parent a7e5ab8 commit 89b5fc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/id3v2/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ describe('ID3v2', function () {
version: 4,
skipUnsupported: false
}
});
})

assert.throws(() => {
const error = this.mp3tag.error
Expand All @@ -224,7 +224,7 @@ describe('ID3v2', function () {
include: true,
version: 4
}
});
})

this.mp3tag.read({ id3v1: false })
if (this.mp3tag.errorCode > -1) throw this.mp3tag.error
Expand Down

0 comments on commit 89b5fc5

Please sign in to comment.