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 18, 2023
1 parent 2992645 commit 0f99be0
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 @@ -393,7 +393,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 0f99be0

Please sign in to comment.