Skip to content

Commit

Permalink
test/test_fitsblob.py: revert changing test to staticmethod
Browse files Browse the repository at this point in the history
  • Loading branch information
suvayu committed Oct 29, 2024
1 parent f009bf1 commit 452572c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test_fitsblob.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ class PyfitsFitsImage(unittest.TestCase):
def setUp(self):
self.hudelist = fitsopen(FITS_FILE)

@staticmethod
def test_tkp_open():
def test_tkp_open(self):
accessor = tkpopen(FITS_FILE)

def test_fits_blob_accessor(self):
Expand Down

0 comments on commit 452572c

Please sign in to comment.