Skip to content

Commit a73f4d9

Browse files
committed
Clean up a test
1 parent 0af7bfa commit a73f4d9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/translations/chinese_test_1.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# -*- coding: utf-8 -*-
2-
from seleniumbase.translate.chinese import 硒测试用例 # noqa
1+
from seleniumbase.translate.chinese import 硒测试用例
32

43

5-
class 测试类(硒测试用例): # noqa
4+
class 测试类(硒测试用例):
65

76
def test_例子1(self):
87
self.开启网址("https://xkcd.in/comic?lg=cn&id=353")

0 commit comments

Comments
 (0)