From 0f99be0457464da016a1e3dd91407a9c70184a35 Mon Sep 17 00:00:00 2001 From: Brett Date: Mon, 18 Sep 2023 10:00:36 -0400 Subject: [PATCH] switch IOBase to FileIO in test --- asdf/_tests/test_generic_io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asdf/_tests/test_generic_io.py b/asdf/_tests/test_generic_io.py index 9cec86539..b92047b00 100644 --- a/asdf/_tests/test_generic_io.py +++ b/asdf/_tests/test_generic_io.py @@ -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):