Skip to content

Commit

Permalink
Merge pull request asdf-format#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 committed Sep 29, 2023
1 parent efd9b0a commit 2097b16
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 @@ -401,7 +401,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 2097b16

Please sign in to comment.