File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -5,16 +5,16 @@ package integration
55
66import (
77 "context"
8- "github.com/stretchr/testify/assert"
9- "github.com/ydb-platform/ydb-go-sdk/v3/topic/topicoptions"
10- "github.com/ydb-platform/ydb-go-sdk/v3/topic/topicwriter"
118 "testing"
129 "time"
1310
11+ "github.com/stretchr/testify/assert"
1412 "github.com/stretchr/testify/require"
1513
1614 "github.com/ydb-platform/ydb-go-sdk/v3/internal/xtest"
15+ "github.com/ydb-platform/ydb-go-sdk/v3/topic/topicoptions"
1716 "github.com/ydb-platform/ydb-go-sdk/v3/topic/topicsugar"
17+ "github.com/ydb-platform/ydb-go-sdk/v3/topic/topicwriter"
1818)
1919
2020func TestTopicReadMessages (t * testing.T ) {
@@ -81,5 +81,4 @@ func TestRegression1802_StartPartitionWithOffsetHandler(t *testing.T) {
8181
8282 require .EqualValues (t , 3 , c .Partitions [0 ].PartitionConsumerStats .CommittedOffset )
8383 }, 10 * time .Second , 100 * time .Millisecond )
84-
8584}
You can’t perform that action at this time.
0 commit comments