Skip to content

Commit

Permalink
Update est_format_volcano_name() to reflect the inclusion of the volc…
Browse files Browse the repository at this point in the history
…ano_number as argument
  • Loading branch information
PTierz committed Dec 17, 2021
1 parent cca2fd6 commit e3422d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_pyvolcans_func.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ def test_volcano_number():


def test_format_volcano_name():
name = format_volcano_name('Tolima, Nevado del')
assert name == 'Tolima_Nevado_del'
name = format_volcano_name('Tolima, Nevado del', 351030)
assert name == 'Tolima_Nevado_del_351030'


def test_set_weights_from_args_error():
Expand Down

0 comments on commit e3422d1

Please sign in to comment.