Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
vtavana committed Oct 12, 2023
1 parent 7803452 commit f419e9d
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 @@ -1061,7 +1061,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 f419e9d

Please sign in to comment.