Skip to content

Commit eae604d

Browse files
committed
Remove file leftovers in test
1 parent 9aba5a5 commit eae604d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/ndarray/test_lazyudf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ def test_save_ludf():
492492
res_lazyexpr = expr.compute()
493493
np.testing.assert_array_equal(res_lazyexpr[:], npc)
494494

495-
blosc2.remove_urlpath("a.b2nd")
495+
blosc2.remove_urlpath(urlpath)
496496

497497

498498
# Test get_chunk method

0 commit comments

Comments
 (0)