Skip to content

Commit

Permalink
Expected line count edited to reflect new feature model and sequence
Browse files Browse the repository at this point in the history
download
  • Loading branch information
dariober committed Aug 23, 2024
1 parent 847942f commit 5acb7b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe('Download GFF', () => {
cy.readFile(`${Cypress.config('downloadsFolder')}/${gff[0]}`).then(
(x: string) => {
const lines: string[] = x.trim().split('\n')
expect(lines.length).eq(952)
expect(lines.length).eq(933)
},
)
})
Expand Down

0 comments on commit 5acb7b7

Please sign in to comment.