Skip to content

Commit

Permalink
tests: Fix duplicate test parameters (#597)
Browse files Browse the repository at this point in the history
The upgrade to Pytest 8.0 highlighted these by changing how they are formatted:

#596
  • Loading branch information
bkeryan authored Jan 29, 2024
1 parent 0c03db5 commit bb1ce67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/unit/test_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,7 @@ def test___measurement_service___add_configuration_with_mismatch_default_value__
("Int32", DataType.Int32),
("Int64", DataType.Int64),
("UInt32", DataType.UInt32),
("UInt44", DataType.UInt64),
("UInt44", DataType.UInt64),
("UInt64", DataType.UInt64),
("DoubleXYData", DataType.DoubleXYData),
],
)
Expand Down

0 comments on commit bb1ce67

Please sign in to comment.