Skip to content

Commit

Permalink
full history in test
Browse files Browse the repository at this point in the history
  • Loading branch information
swiffer committed Sep 29, 2024
1 parent 1c4860a commit b89d288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/teslamate/log.ex
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ defmodule TeslaMate.Log do

date_earliest =
cond do
min_id == 0 ->
min_id == 0 and Mix.env() != :test ->
DateTime.add(DateTime.utc_now(), -10, :day)

true ->
Expand Down

0 comments on commit b89d288

Please sign in to comment.