Skip to content

Commit

Permalink
Fix typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Slavich committed Jun 9, 2021
1 parent 2e800b9 commit 03c5d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asdf/tests/test_array_blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 03c5d5b

Please sign in to comment.