Skip to content

Commit

Permalink
text fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jrleeman committed Aug 2, 2018
1 parent 7b5f9b5 commit 3552016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion siphon/tests/test_ndbc.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,4 +287,4 @@ def test_ndbc_buoy_data_types():
def test_ndbc_realtime_keyerror():
"""Ensure an error is raised for invalid parsed data type requests."""
with pytest.raises(KeyError):
NDBC.realtime_observations('41002', data_type='dartt')
NDBC.realtime_observations('41002', data_type='dartt')

0 comments on commit 3552016

Please sign in to comment.