Skip to content

Commit 1356839

Browse files
committed
test: fix python code style
1 parent 9556e3f commit 1356839

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/gui/shared/steps/account_context.py

+1
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ def step(context, sync_path, wizard):
341341
"Compare sync path contains the expected path",
342342
)
343343

344+
344345
@Then('the warning "|any|" should appear in the sync connection wizard')
345346
def step(context, warn_message):
346347
actual_message = SyncConnectionWizard.get_warn_label()

0 commit comments

Comments
 (0)