From 619c79c4894df92deb855f23a6a42fd33a2ccbbe Mon Sep 17 00:00:00 2001 From: Brandon Taylor Date: Mon, 14 Jun 2021 10:33:39 -0400 Subject: [PATCH] fix --- test/runtests.jl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index 4e15d1b..65e505d 100755 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -72,10 +72,8 @@ if !isempty(PortAudio.devices()) stream = PortAudioStream(2, 2) sink = stream.sink source = stream.source - @test sprint(show, sink) == - "2 channel sink: $(repr(default_indev))" - @test sprint(show, source) == - "2 channel source: $(repr(default_outdev))" + @test sprint(show, sink) == "2 channel sink: $(repr(default_indev))" + @test sprint(show, source) == "2 channel source: $(repr(default_outdev))" write(stream, stream, 5s) recover_xrun(stream) @test_throws ErrorException("""