Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mhilton committed Mar 19, 2024
1 parent c636323 commit c986b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/shared/scriptQueryBuilder.results.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ describe('Script Builder', () => {
'defbuck4'
)
writeDataMoar.forEach(data => {
if ((data, length > 0)) {
if (data.length > 0) {
cy.writeData(data, 'defbuck4')
}
})
Expand Down

0 comments on commit c986b22

Please sign in to comment.