Skip to content

Commit

Permalink
Remove unused @urls
Browse files Browse the repository at this point in the history
@urls module variable was only needed for the actual downloader
workings. Now it being mocked, the acutual URLs are irrelevant.
  • Loading branch information
Glutexo committed Apr 6, 2024
1 parent b0b2f50 commit 5683402
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/onigumo_cli_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ defmodule OnigumoCLITest do
import ExUnit.CaptureIO
import Mox

@urls [
"http://onigumo.local/hello.html",
"http://onigumo.local/bye.html"
]

@invalid_arguments [
"Downloader",
"uploader"
Expand Down

0 comments on commit 5683402

Please sign in to comment.