Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipFackler committed Aug 12, 2022
1 parent 9f776d0 commit 0207d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/core/test_Ctrl.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0207d00

Please sign in to comment.