Skip to content

Commit b0a6e08

Browse files
committed
Fix test_width_valid
1 parent c0ed3c3 commit b0a6e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/mock_vws/test_add_target.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ def test_width_valid(
306306
"""
307307
vws_client.add_target(
308308
name="example",
309-
width=-0.01,
309+
width=0.01,
310310
image=image_file_failed_state,
311311
application_metadata=None,
312312
active_flag=True,

0 commit comments

Comments
 (0)