Skip to content

Commit

Permalink
Fix method typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jm-mailosaur committed Sep 15, 2023
1 parent e8d91c2 commit c8b73e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/react-app/cypress/e2e/previews.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe('Mailosaur previews commands', () => {
return cy.mailosaurDownloadPreview(result.items[0].id);
})
.then(file => {
expect(file).to.be.ok();
expect(file).to.be.ok;
});
});
});
Expand Down

0 comments on commit c8b73e0

Please sign in to comment.