From 0207d0001290caa5830332010f1d4a6c107ecb96 Mon Sep 17 00:00:00 2001 From: Philip Fackler Date: Fri, 12 Aug 2022 12:07:52 -0400 Subject: [PATCH] Fixed test --- test/unit/core/test_Ctrl.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/core/test_Ctrl.jl b/test/unit/core/test_Ctrl.jl index 252ef0a..e613e73 100644 --- a/test/unit/core/test_Ctrl.jl +++ b/test/unit/core/test_Ctrl.jl @@ -30,7 +30,7 @@ import Test: @testset, @test, @test_throws @test streamcfg.payload_groups[2].proc_ratio == 0.5 streamcfg = ds.cfg.streams[2] @test streamcfg.name == "Level_1" - @test streamcfg.initial_size_range == (6000, 7300) + @test streamcfg.initial_size_range == (6000, 7200) @test streamcfg.payload_groups[1].size_ratio == 1.0/3.0 @test streamcfg.payload_groups[1].proc_ratio == 1 // 4 @test streamcfg.payload_groups[2].size_ratio == 2.0/3.0