Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mickel8 committed May 31, 2023
1 parent 75e3397 commit 78ec587
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ defmodule TestVideoroom.Integration.SimulcastTest do
# [false, true, true] i.e. the first one will
# always fail as once we start getting equal
# stats we cannot have regression
min_equal_stats_number = div(length(sender_stats_samples), 2)
min_equal_stats_number = length(sender_stats_samples)

equal_stats_samples =
sender_stats_samples
Expand Down

0 comments on commit 78ec587

Please sign in to comment.