Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisRayM committed Jan 19, 2023
1 parent 7521274 commit 2889dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onadata/apps/main/tests/test_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def test_publish_xlsx_file_with_external_choices(self):
"""Test publishing an XLSX file with external choices"""
self._publish_xlsx_file_with_external_choices()

def test_publis_xlsx_file_with_external_choices_with_empty_row(self):
def test_public_xlsx_file_with_external_choices_with_empty_row(self):
"""
Test that a form with empty spaces in list_name column is uploaded correctly
"""
Expand Down

0 comments on commit 2889dc4

Please sign in to comment.