File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ func TestCreateDefaultConfig(t *testing.T) {
28
28
assert .Equal (t , defaultInitialOffset , cfg .InitialOffset )
29
29
assert .Equal (t , defaultSessionTimeout , cfg .SessionTimeout )
30
30
assert .Equal (t , defaultHeartbeatInterval , cfg .HeartbeatInterval )
31
- assert .Equal (t , int32 (defaultMinFetchSize ), int32 ( cfg .MinFetchSize ) )
32
- assert .Equal (t , int32 (defaultDefaultFetchSize ), int32 ( cfg .DefaultFetchSize ) )
33
- assert .Equal (t , int32 (defaultMaxFetchSize ), int32 ( cfg .MaxFetchSize ) )
31
+ assert .Equal (t , int32 (defaultMinFetchSize ), cfg .MinFetchSize )
32
+ assert .Equal (t , int32 (defaultDefaultFetchSize ), cfg .DefaultFetchSize )
33
+ assert .Equal (t , int32 (defaultMaxFetchSize ), cfg .MaxFetchSize )
34
34
}
35
35
36
36
func TestCreateTracesReceiver (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments