Skip to content

Commit

Permalink
removed "get_module_dpu_data_port" from the test as well
Browse files Browse the repository at this point in the history
  • Loading branch information
rameshraghupathy committed Aug 20, 2024
1 parent 28847d7 commit df23899
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/chassis_base_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def test_chassis_base(self):
[chassis.get_uid_led],
[chassis.set_uid_led, "COLOR"],
[chassis.get_dpu_id, "DPU0"],
[chassis.get_module_dpu_data_port, 0],
]

for method in not_implemented_methods:
Expand Down

0 comments on commit df23899

Please sign in to comment.