Skip to content

Commit da5281b

Browse files
committed
Fix test name
1 parent 5961b23 commit da5281b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tensor/test_basic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ def test_full(self):
794794
assert np.array_equal(res, np.full((2, 3), 3, dtype="int64"))
795795

796796

797-
def test_infer_broadcastable():
797+
def test_infer_shape():
798798
with pytest.raises(TypeError, match="^Shapes must be scalar integers.*"):
799799
infer_static_shape([constant(1.0)])
800800

0 commit comments

Comments
 (0)