Skip to content

Commit b124a3f

Browse files
committed
fix the lint issue
1 parent 142855c commit b124a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/main.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ describe("MusicBlocks Application", () => {
155155
});
156156

157157
cy.window().then((win) => {
158-
win.document.getElementById("planet-iframe").style.display = 'block';
158+
win.document.getElementById("planet-iframe").style.display = "block";
159159
});
160160
});
161161
});

0 commit comments

Comments
 (0)