소스 검색

fixed name

Rodja Trappe 2 년 전
부모
커밋
df6498c8ca
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/test_auto_context.py

+ 1 - 1
tests/test_auto_context.py

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