Skip to content

Commit

Permalink
fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
the-last-pastafarian committed Dec 20, 2023
1 parent 3b500be commit 33160c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/test/field_hub_web/live/project_show_live_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ defmodule FieldHubWeb.ProjectShowLiveTest do
{:ok, view, _html_on_mount} = live(conn, "/ui/projects/show/#{@project}")

# TODO: evaluate why we have to do this
html = render(view)
render(view)
assert {:ok, %{"o26" => _value}} = Cachex.get(@index_cache_name, @project)

html =
Expand Down

0 comments on commit 33160c3

Please sign in to comment.