Skip to content

Commit

Permalink
switch IOBase to FileIO in test
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Sep 21, 2023
1 parent 9680015 commit 65fec12
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 65fec12

Please sign in to comment.