Skip to content

Commit

Permalink
Revert "ci: Fix failed elixir tests (#3428)" (#3440)
Browse files Browse the repository at this point in the history
This reverts commit c00dbaa.
  • Loading branch information
JakobLichterfeld committed Feb 9, 2024
1 parent 73c66b7 commit c51839c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/teslamate/vehicles/vehicle_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ defmodule TeslaMate.Vehicles.VehicleTest do

assert :ok = Vehicle.resume_logging(name)

assert_receive {:start_state, ^car, :online, date: _}, 200
assert_receive {:start_state, ^car, :online, date: _}, 100
assert_receive {ApiMock, {:stream, 1000, _}}
assert_receive {:insert_position, ^car, %{}}
assert_receive {:pubsub, {:broadcast, _, _, %Summary{state: :online}}}
Expand All @@ -129,7 +129,7 @@ defmodule TeslaMate.Vehicles.VehicleTest do

assert :ok = Vehicle.resume_logging(name)

assert_receive {:start_state, ^car, :online, date: _}, 200
assert_receive {:start_state, ^car, :online, date: _}, 100
assert_receive {ApiMock, {:stream, 1000, _}}
assert_receive {:insert_position, ^car, %{}}
assert_receive {:pubsub, {:broadcast, _, _, %Summary{state: :online}}}
Expand Down

0 comments on commit c51839c

Please sign in to comment.