Skip to content

Commit

Permalink
Remove IO.inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
CheongYeeMing committed Jan 20, 2024
1 parent a33b1eb commit af335f3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ defmodule CadetWeb.AdminTeamsControllerTest do
insert(:team_member, %{team: team})
insert(:team_member, %{team: team})

IO.inspect(build_url(course_id))
conn = get(conn, build_url(course_id))
assert response(conn, 200)

Expand Down

0 comments on commit af335f3

Please sign in to comment.