Skip to content

Commit 49816ee

Browse files
Remove extra char
1 parent 7d3306a commit 49816ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ndarray/test_lazyexpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1404,7 +1404,7 @@ def test_missing_operator():
14041404
with pytest.raises(blosc2.exceptions.MissingOperands) as excinfo:
14051405
blosc2.open("expr.b2nd")
14061406

1407-
# Check that some operand is missing"
1407+
# Check that some operand is missing
14081408
assert "a" not in excinfo.value.missing_ops
14091409
assert excinfo.value.missing_ops["b"] == pathlib.Path("b.b2nd")
14101410
assert excinfo.value.expr == "a + b"

0 commit comments

Comments
 (0)