We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c722d commit ea76071Copy full SHA for ea76071
tests/test_ping.py
@@ -110,3 +110,7 @@ def test_ping_telugu(self, setup):
110
def test_ping_hindi(self, setup):
111
result = self.read_all_inputs(setup, langauge='hindi')
112
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