Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kirankotari committed Jul 6, 2023
1 parent 98c722d commit ea76071
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_ping.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,7 @@ def test_ping_telugu(self, setup):
def test_ping_hindi(self, setup):
result = self.read_all_inputs(setup, langauge='hindi')
self.validate_result(result)

def test_ping_hindi_2(self, setup):
result = self.read_all_inputs(setup, langauge='hindi')
self.validate_result(result)

0 comments on commit ea76071

Please sign in to comment.