Skip to content

Commit 197e3df

Browse files
YoofiTT96Copilot
andauthored
Update calm-hub-ui/cypress/e2e/architectures.cy.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d52e943 commit 197e3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

calm-hub-ui/cypress/e2e/architectures.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ describe('Architecture Tests', () => {
3434
Object.entries(data.nodes[0]).forEach(([key, value]) => {
3535
cy.contains(key).should("exist");
3636
cy.contains(value as string).should("exist");
37-
})
37+
});
3838

3939
cy.contains(/unique-id/i).should("exist");
4040
cy.contains(data.nodes[0]["unique-id"]).should("exist");

0 commit comments

Comments
 (0)