Browse Source

fixed indentation

Rodja Trappe 2 năm trước cách đây
mục cha
commit
f477ca5e06
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      tests/test_auto_context.py

+ 3 - 3
tests/test_auto_context.py

@@ -45,6 +45,6 @@ card
 card
   B
 ''' in screen.render_content():
-        screen.wait(0.1)
-    else:
-        raise AssertionError(f'{screen.render_content()} should show cards with "A" and "B"')
+            screen.wait(0.1)
+        else:
+            raise AssertionError(f'{screen.render_content()} should show cards with "A" and "B"')