Skip to content

Commit ea76071

Browse files
committed
testing
1 parent 98c722d commit ea76071

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_ping.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,7 @@ def test_ping_telugu(self, setup):
110110
def test_ping_hindi(self, setup):
111111
result = self.read_all_inputs(setup, langauge='hindi')
112112
self.validate_result(result)
113+
114+
def test_ping_hindi_2(self, setup):
115+
result = self.read_all_inputs(setup, langauge='hindi')
116+
self.validate_result(result)

0 commit comments

Comments
 (0)