diff --git a/packages/jbrowse-plugin-apollo/cypress/e2e/downloadGff.cy.ts b/packages/jbrowse-plugin-apollo/cypress/e2e/downloadGff.cy.ts index e68204de..871f957c 100644 --- a/packages/jbrowse-plugin-apollo/cypress/e2e/downloadGff.cy.ts +++ b/packages/jbrowse-plugin-apollo/cypress/e2e/downloadGff.cy.ts @@ -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) }, ) })