Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix format
Browse files Browse the repository at this point in the history
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
@@ -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)
)

0 comments on commit f419e9d

Please sign in to comment.