Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
chanwutk committed Sep 10, 2023
1 parent f757911 commit 2b5cf0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/video_processor/steps/test_objecttype.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
(o.type & (~((o.a | True) & True)), set()),
(arr(o.type) | (~((o.a & False) | cast(False, 'int'))), set()),
(arr(o.type == 'car'), set()),
(arr(o.type == 'car'), {'car'}),
(F.contained(o.type == 'car', 'intersection'), {'car'}),
(o, set()),
(camera, set()),
Expand Down

0 comments on commit 2b5cf0c

Please sign in to comment.