From 03c5d5b85413163595e58dccf3b7226978b046fb Mon Sep 17 00:00:00 2001 From: Ed Slavich Date: Wed, 9 Jun 2021 11:24:28 -0400 Subject: [PATCH] Fix typo in test --- asdf/tests/test_array_blocks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asdf/tests/test_array_blocks.py b/asdf/tests/test_array_blocks.py index 59e9d0a6a..88c5d562a 100644 --- a/asdf/tests/test_array_blocks.py +++ b/asdf/tests/test_array_blocks.py @@ -818,7 +818,7 @@ def test_add_block_before_fully_loaded(tmp_path): See https://github.com/asdf-format/asdf/issues/999 """ file_path1 = tmp_path / "test1.asdf" - file_path2 = tmp_path = "test2.asdf" + file_path2 = tmp_path / "test2.asdf" arr0 = random(10) arr1 = random(10) arr2 = random(10)