Skip to content

Commit c3b1027

Browse files
authored
Merge pull request #520 from kawarada-san/patch-1
Update for fixing odd Japanese
2 parents 8e60171 + 2995f15 commit c3b1027

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/translations/japanese_test_1.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Japanese Language Test - Python 3 Only!
2-
from seleniumbase.translate.japanese import セレンテストケース # noqa
2+
from seleniumbase.translate.japanese import セレニウムテストケース # noqa
33

44

5-
class テストクラス(セレンテストケース): # noqa
5+
class テストクラス(セレニウムテストケース): # noqa
66

77
def test_例1(self):
88
self.URLを開く("https://ja.wikipedia.org/wiki/")

0 commit comments

Comments
 (0)