Skip to content

Commit f419e9d

Browse files
committed
fix format
1 parent 7803452 commit f419e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_mathematical.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,7 @@ def test_invalid_out(self, out):
10611061
assert_raises(TypeError, numpy.divide, a.asnumpy(), 2, out)
10621062

10631063

1064-
class TestFloordivide:
1064+
class TestFloorDivide:
10651065
@pytest.mark.parametrize(
10661066
"dtype", get_all_dtypes(no_bool=True, no_none=True, no_complex=True)
10671067
)

0 commit comments

Comments
 (0)