Commit 4f05137d authored by Andreas Bigger's avatar Andreas Bigger

remove unintentional comment

parent 2e8bc95a
......@@ -437,7 +437,7 @@ func TestOutputFramesMaxFrameIndex(t *testing.T) {
channelConfig := defaultTestChannelConfig
channelConfig.MaxFrameSize = 1
channelConfig.TargetNumFrames = math.MaxInt
channelConfig.TargetFrameSize = 1 // math.MaxUint64
channelConfig.TargetFrameSize = 1
channelConfig.ApproxComprRatio = 0
// Continuously add blocks until the max frame index is reached
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment