improve accuracy of timestamps
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-04-05 01:13:00 +00:00
parent e2c17b6b51
commit c7bd7238c6
29 changed files with 120 additions and 66 deletions

View File

@ -305,7 +305,7 @@ defmodule CanneryWeb.ContainerLiveTest do
{:ok, _show_live, html} = live(conn, ~p"/container/#{container}")
assert html =~ type_name
assert html =~ "\n20\n"
assert html =~ " 20\n"
end
test "displays pack in table",
@ -318,7 +318,7 @@ defmodule CanneryWeb.ContainerLiveTest do
|> render_click()
assert html =~ type_name
assert html =~ "\n20\n"
assert html =~ " 20\n"
end
end
end