Skip to content

Commit 88c113d

Browse files
committed
fix format
1 parent b0b1230 commit 88c113d

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
@@ -1165,7 +1165,7 @@ def test_invalid_out(self, out):
11651165
assert_raises(TypeError, numpy.divide, a.asnumpy(), 2, out)
11661166

11671167

1168-
class TestFloordivide:
1168+
class TestFloorDivide:
11691169
@pytest.mark.parametrize(
11701170
"dtype", get_all_dtypes(no_bool=True, no_none=True, no_complex=True)
11711171
)

0 commit comments

Comments
 (0)