Skip to content

Commit 26f9a7d

Browse files
authored
Update tests/test_at.py
1 parent b19cc11 commit 26f9a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_at.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def test_alternate_index_syntax():
140140

141141
@pytest.mark.parametrize("copy", [True, False])
142142
@pytest.mark.parametrize("op", ["add", "subtract", "multiply", "divide", "power"])
143-
def test_iops_incompatible_dtype(op, copy):
143+
def test_iops_incompatible_dtype(op: str, copy: bool):
144144
"""Test that at() replicates the backend's behaviour for
145145
in-place operations with incompatible dtypes.
146146

0 commit comments

Comments
 (0)