소스 검색

fixed typo

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

+ 1 - 1
tests/test_pages.py

@@ -58,7 +58,7 @@ def test_creating_new_page_after_startup(user: User):
     user.should_see('page created after startup')
 
 
-def test_automatic_loading_off_dependencies(user: User):
+def test_automatic_loading_of_dependencies(user: User):
     @ui.page('/')
     def page():
         ui.joystick()