Skip to content

Commit

Permalink
Mix format
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbluejay9 committed Oct 7, 2024
1 parent f7814d2 commit 0f221dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/teiserver_web/controllers/api/spads_controller_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ defmodule TeiserverWeb.API.SpadsControllerTest do
})

Client.login(user, :spring, "127.0.0.1")

lobby_id =
make_lobby(%{name: "Test", founder_id: user.id, founder_name: user.name})

Client.join_battle(user.id, lobby_id, true)

conn = get(conn, Routes.ts_spads_path(conn, :get_rating, user.id, "Team"))
Expand Down

0 comments on commit 0f221dc

Please sign in to comment.