Skip to content

Commit 91f9bcf

Browse files
committed
Removes unneeded test code
1 parent c92a07e commit 91f9bcf

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

test/pinchflat/boot/post_boot_startup_tasks_test.exs

-10
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,9 @@
11
defmodule Pinchflat.Boot.PostBootStartupTasksTest do
22
use Pinchflat.DataCase
33

4-
# import Pinchflat.JobFixtures
5-
6-
# alias Pinchflat.Settings
74
alias Pinchflat.YtDlp.UpdateWorker
85
alias Pinchflat.Boot.PostBootStartupTasks
96

10-
setup do
11-
stub(YtDlpRunnerMock, :update, fn -> {:ok, "1"} end)
12-
stub(YtDlpRunnerMock, :version, fn -> {:ok, "1"} end)
13-
14-
:ok
15-
end
16-
177
describe "update_yt_dlp" do
188
test "enqueues an update job" do
199
assert [] = all_enqueued(worker: UpdateWorker)

0 commit comments

Comments
 (0)