Skip to content

Commit

Permalink
style(pre-commit.ci): auto fixes [...]
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Apr 1, 2024
1 parent 29a16df commit 0249a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/containers/test_evented_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def test_numpy_proxy():
assert np.array_equal(value, [2, 2, 2, 2])
mock.reset_mock()

t[2:] = np.arange(8).reshape(2, 4)
t[2:] = np.arrange(8).reshape(2, 4)

signal, (key, value) = next(iter(mock.call_args))[0]
assert signal.name == "item_set"
Expand Down

0 comments on commit 0249a09

Please sign in to comment.