Skip to content

Commit d699a5f

Browse files
Fixed type in the test name: vaidation->validation
1 parent 8077aac commit d699a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/tests/test_tensor_elementwise.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def test_unary_func_arg_validation():
168168
dpt.abs(a, order="invalid")
169169

170170

171-
def test_binary_func_arg_vaidation():
171+
def test_binary_func_arg_validation():
172172
with pytest.raises(dpctl.utils.ExecutionPlacementError):
173173
dpt.add([1, 2, 3], 1)
174174
try:

0 commit comments

Comments
 (0)