We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27d60cc commit b275744Copy full SHA for b275744
test/librecov_web/live/build_live_test.exs
@@ -24,7 +24,7 @@ defmodule LibrecovWeb.BuildLiveTest do
24
commit_sha: "",
25
commit_message: "oie shi",
26
branch: "main",
27
- inserted_at: Timex.now() |> Timex.beginning_of_day() |> Timex.to_datetime(),
+ inserted_at: Timex.now() |> Timex.shift(hours: -18) |> Timex.to_datetime(),
28
project: project
29
)
30
test/librecov_web/live/repository_live_test.exs
@@ -334,7 +334,7 @@ defmodule Librecov.RepositoryLiveTest do
334
335
336
337
338
project: p
339
340
0 commit comments