We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac7a4e commit 0e8d140Copy full SHA for 0e8d140
1 file changed
test/palette_visualizer_test.exs
@@ -486,6 +486,7 @@ defmodule Color.Palette.VisualizerTest do
486
end
487
488
describe "Standalone" do
489
+ @tag :capture_log
490
test "start/1 and stop/1 work end-to-end" do
491
{:ok, pid} = Color.Palette.Visualizer.Standalone.start(port: 0)
492
assert is_pid(pid)
0 commit comments