Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jairoanaya committed Nov 6, 2024
1 parent 7bf8696 commit 701bede
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions test/web/controllers/saved_challenge_controller_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -180,14 +180,12 @@ defmodule Web.SavedChallengeControllerTest do
60,
"a",
[

32,
"href",
61,
34,
"http://localhost:4001/?challenge=#{challenge.id}",
34

32,
"href",
61,
34,
"http://localhost:4001/?challenge=#{challenge.id}",
34
],
62,
"here",
Expand Down

0 comments on commit 701bede

Please sign in to comment.