Skip to content

Commit 4ba989c

Browse files
committed
choe: fix typo
1 parent 7f3b46b commit 4ba989c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

consumer/worker_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ func process_with_log_id(shardId int, logGroupList *sls.LogGroupList, checkpoint
110110
shardId, len(logGroupList.LogGroups),
111111
checkpointTracker.GetCurrentCursor())
112112
for _, logGroup := range logGroupList.LogGroups {
113-
lgoGroupId := logGroup.GetLogGroupId()
114-
fmt.Println("log group id: ", lgoGroupId)
113+
logGroupId := logGroup.GetLogGroupId()
114+
fmt.Println("log group id: ", logGroupId)
115115
for i, log := range logGroup.Logs {
116116
log_id := logGroup.GetLogId(i)
117117
fmt.Printf("log %d has %d keys, and log id: %s\n", i, len(log.Contents), log_id)

0 commit comments

Comments
 (0)