Skip to content

Commit

Permalink
tests: Rename gsm no_table_error test
Browse files Browse the repository at this point in the history
  More descriptive.
  • Loading branch information
jonasfreimuth committed Apr 15, 2024
1 parent 37880c2 commit 4dbc428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_GEOparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def test_empty_line(self):
except IndexError:
self.fail("Empty line in the file causes an error.")

def test_no_table(self):
def test_no_table_error(self):
try:
GEO.get_GEO(filepath=join(download_geo, "GSM2795971.txt"), geotype="GSM")
except Exception:
Expand Down

0 comments on commit 4dbc428

Please sign in to comment.