Skip to content

Commit b7f8722

Browse files
committed
Merge branch 'fix/2490-docx-none' of https://github.com/immortal71/cornucopia into fix/2490-docx-none
2 parents 1ea5e89 + 508bd15 commit b7f8722

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

copi.owasp.org/test/copi_web/live/game_live/show_test.exs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -165,15 +165,5 @@ defmodule CopiWeb.GameLive.ShowTest do
165165
:timer.sleep(50)
166166
assert render(show_live) =~ game.name
167167
end
168-
169-
test "last_version/1 and display_game_session/1 cover mlsec and fallback", %{conn: _conn, game: _game} do
170-
alias CopiWeb.GameLive.Show
171-
assert Show.latest_version("mlsec") == "1.0"
172-
assert Show.latest_version("eop") == "5.1"
173-
assert Show.latest_version("cumulus") == "1.1"
174-
assert Show.latest_version("masvs") == "1.1"
175-
assert Show.latest_version("unknown") == "1.0"
176-
assert Show.display_game_session("eop") == "EoP Session:"
177-
end
178168
end
179169
end

0 commit comments

Comments
 (0)