Skip to content

Commit

Permalink
fixed style
Browse files Browse the repository at this point in the history
  • Loading branch information
WayneDroid committed Jun 7, 2024
1 parent bda7b52 commit 6feb5d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/component/task/test_triggers.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def test___start_trigger___wait_for_valid_timestamp___no_errors(
ai_voltage_task.start()

timestamp = ai_voltage_task.wait_for_valid_timestamp(TimestampEvent.START_TRIGGER)

assert isinstance(timestamp, ht_datetime)


Expand All @@ -103,6 +104,7 @@ def test___reference_trigger___wait_for_valid_timestamp___no_errors(
ai_voltage_task.start()

timestamp = ai_voltage_task.wait_for_valid_timestamp(TimestampEvent.REFERENCE_TRIGGER)

assert isinstance(timestamp, ht_datetime)


Expand All @@ -115,6 +117,7 @@ def test___arm_start_trigger___wait_for_valid_timestamp___no_errors(
ci_count_edges_task.start()

timestamp = ci_count_edges_task.wait_for_valid_timestamp(TimestampEvent.ARM_START_TRIGGER)

assert isinstance(timestamp, ht_datetime)


Expand Down

0 comments on commit 6feb5d2

Please sign in to comment.