Skip to content

Commit

Permalink
chore: remove capture_log tag
Browse files Browse the repository at this point in the history
  • Loading branch information
doomspork committed Jan 22, 2024
1 parent 78e254e commit d8a9f6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/lunar_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ defmodule LunarTest do
assert_receive {[:lunar, :load_lua!], _ref, %{count: 1}, %{path: ^path}}
end

@tag capture_log: false
test "emits [:lunar, :run, :success]", %{lunar: lunar} do
Lunar.run(lunar, "return true")
assert_receive {[:lunar, :run, :success], _ref, %{count: 1}, %{}}
Expand Down

0 comments on commit d8a9f6f

Please sign in to comment.