Skip to content

Commit

Permalink
Merge pull request #1650 from braingram/iobase
Browse files Browse the repository at this point in the history
switch IOBase to FileIO in test
  • Loading branch information
braingram authored Sep 29, 2023
2 parents 9680015 + 65fec12 commit 54b2f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asdf/_tests/test_generic_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ def test_invalid_obj(tmp_path):


def test_nonseekable_file(tmp_path):
base = io.IOBase
base = io.FileIO

class FileWrapper(base):
def tell(self):
Expand Down

0 comments on commit 54b2f2c

Please sign in to comment.