Skip to content

Commit

Permalink
Fix the MixerTree test
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmi committed Jun 10, 2024
1 parent 88a422f commit 75cb5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mixer_tree_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defmodule Strom.MixerTreeTest do
Source.new(name, [:tick])
end)

mixer = MixerTree.new(names, :stream, parts: :rand.uniform(10))
mixer = MixerTree.new(names, :stream, parts: 5 + :rand.uniform(5))

composite =
[sources, mixer]
Expand Down

0 comments on commit 75cb5a7

Please sign in to comment.