Skip to content

Commit 6819d54

Browse files
Drew KaulDrew Kaul
authored andcommitted
fix type error with uuid
1 parent 0fde13b commit 6819d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_slice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def test_slice_send_to_labeling(dataset):
171171

172172
# Slice creation
173173
slc = dataset.create_slice(
174-
name=(TEST_SLICE_NAME + str(uuid.uuid4()[-10:])),
174+
name=(TEST_SLICE_NAME + str(uuid.uuid4())[-10:]),
175175
reference_ids=[ds_items[0].reference_id, ds_items[1].reference_id],
176176
)
177177

0 commit comments

Comments
 (0)