Skip to content

Commit 284da0d

Browse files
Fix indentation
Co-authored-by: Darin Kotter <darin.kotter@gmail.com>
1 parent 0183f37 commit 284da0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cypress/e2e/settings/list.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ describe('Mailchimp lists ', () => {
1111
});
1212

1313
cy.login(); // WP
14-
cy.mailchimpLoginIfNotAlreadyLoggedIn();
14+
cy.mailchimpLoginIfNotAlreadyLoggedIn();
1515

1616
// Call mailchimpLists once and store the result in the alias 'mailchimpLists'
1717
cy.getMailchimpLists().then((mailchimpLists) => {

0 commit comments

Comments
 (0)