Skip to content

Commit

Permalink
fixing broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelaye committed Nov 4, 2015
1 parent 0ff1a94 commit 6b5e344
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
import pytest
from hypothesis import given
from hypothesis.extra.datetime import datetimes

from iuvs import io
from pathlib import Path

skiptravis = pytest.mark.skipif('TRAVIS' in os.environ and
os.environ['TRAVIS'] == 'true',
Expand Down Expand Up @@ -52,7 +52,7 @@ def test_Filename():
assert fn.instrument == 'iuv'
assert fn.basename == 'mvn_iuv_l1b_cruisecal2-mode080-'\
'muv_20140521T120029_v01_r01.fits.gz'
assert fn.root == '/Users/klay6683/data/iuvs/level1b'
assert fn.root == Path('/Users/klay6683/data/iuvs/level1b')


def test_HKFilename():
Expand Down

0 comments on commit 6b5e344

Please sign in to comment.