Skip to content

Commit 69d1993

Browse files
Merge pull request #669 from adamtheturtle/corrupted-test-add-and-update-2
Pull out minor changes from corruption PR
2 parents 9cf4d15 + 323c3d2 commit 69d1993

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

spelling_private_dict.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ datetime
1111
decodable
1212
dev
1313
dict
14+
docstring
1415
filename
1516
foo
1617
formdata

tests/mock_vws/test_add_target.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ def test_image_valid(
410410

411411
assert_success(response=response)
412412

413-
def test_bad_image(
413+
def test_bad_image_format_or_color_space(
414414
self,
415415
bad_image_file: io.BytesIO,
416416
vuforia_database_keys: VuforiaDatabaseKeys,

0 commit comments

Comments
 (0)