Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
vtavana committed Nov 8, 2023
1 parent b0b1230 commit 88c113d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mathematical.py
Original file line number Diff line number Diff line change
Expand Up @@ -1165,7 +1165,7 @@ def test_invalid_out(self, out):
assert_raises(TypeError, numpy.divide, a.asnumpy(), 2, out)


class TestFloordivide:
class TestFloorDivide:
@pytest.mark.parametrize(
"dtype", get_all_dtypes(no_bool=True, no_none=True, no_complex=True)
)
Expand Down

0 comments on commit 88c113d

Please sign in to comment.