Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
samsondav committed Dec 17, 2024
1 parent 4141159 commit 97fce69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/services/llo/observation_context_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ result3 -> result3_parse -> multiply3;
// concurrency stress test
g, ctx := errgroup.WithContext(ctx)
for i := uint32(0); i < 1000; i++ {
strmID := streams.StreamID(1 + i%3)
strmID := 1 + i%3
g.Go(func() error {
_, err := oc.Observe(ctx, strmID, opts)
return err
Expand Down

0 comments on commit 97fce69

Please sign in to comment.