Skip to content

Commit

Permalink
test: ✅ Remove deprecated test
Browse files Browse the repository at this point in the history
  • Loading branch information
egrelier committed Jan 12, 2024
1 parent bf82cab commit 714ead7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/test_crud.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,12 +469,6 @@ def test_strike_line_descriptor_create_read():
# Read the descriptor from the database
actual = crud.strike_line_descriptor.get(expected.id)

assert actual.instance.bbox_x == expected.instance.bbox_x
assert actual.instance.bbox_y == expected.instance.bbox_y
assert actual.instance.bbox_width == expected.instance.bbox_width
assert actual.instance.bbox_height == expected.instance.bbox_height
assert actual.instance.timestamp_ns == expected.instance.timestamp_ns

assert actual.segmented_points_as_list == expected.segmented_points_as_list
assert actual.angle == expected.angle
assert actual.curve == expected.curve
Expand Down

0 comments on commit 714ead7

Please sign in to comment.