Skip to content

Commit 0e8d140

Browse files
committed
Silence log messges in tests
1 parent 3ac7a4e commit 0e8d140

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/palette_visualizer_test.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,7 @@ defmodule Color.Palette.VisualizerTest do
486486
end
487487

488488
describe "Standalone" do
489+
@tag :capture_log
489490
test "start/1 and stop/1 work end-to-end" do
490491
{:ok, pid} = Color.Palette.Visualizer.Standalone.start(port: 0)
491492
assert is_pid(pid)

0 commit comments

Comments
 (0)