Skip to content

Commit

Permalink
fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Aug 10, 2017
1 parent 9c9c31f commit 911e70e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hpsspy/test/test_os.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def test_stat(self):
"""
s = stat("desi/cosmos_nvo.tar")
self.assertEqual(s.st_size, 29956061184)
self.assertEqual(s.st_mtime, 1400137200)
self.assertEqual(s.st_mode, 33200)

def test_lstat(self):
Expand Down

0 comments on commit 911e70e

Please sign in to comment.