Skip to content

Commit 9ac8cac

Browse files
committed
renamed test
1 parent 5d9300d commit 9ac8cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/topic/topicreaderinternal/stream_reader_impl_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ func TestTopicStreamReaderImpl_CommitStolen(t *testing.T) {
108108
xtest.WaitChannelClosed(t, commitReceived)
109109
xtest.WaitChannelClosed(t, readRequestReceived)
110110
})
111-
xtest.TestManyTimesWithName(t, "wrong order commit with sync commit mode", func(t testing.TB) {
111+
xtest.TestManyTimesWithName(t, "WrongOrderCommitWithSyncMode", func(t testing.TB) {
112112
e := newTopicReaderTestEnv(t)
113113
e.reader.cfg.CommitMode = CommitModeSync
114114
e.Start()

0 commit comments

Comments
 (0)