Skip to content

Commit ae6d50c

Browse files
committed
Remove duplicate warn log assertion
1 parent 1cea16e commit ae6d50c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/elixir_sense/log_test.exs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ defmodule ElixirSense.LogTest do
3333

3434
test "warn emits no output" do
3535
assert capture_log(fn -> warn("hello") end) == ""
36-
assert capture_log(fn -> warn("hello") end) == ""
3736
end
3837

3938
test "error emits no output" do

0 commit comments

Comments
 (0)