瀏覽代碼

test: fix queue health test type mismatch

tags/v0.9.0
Jan Svabenik 1 月之前
父節點
當前提交
601b03b21d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      internal/output/frame_queue_test.go

+ 1
- 1
internal/output/frame_queue_test.go 查看文件

@@ -90,7 +90,7 @@ func TestFrameQueueHealthIndicator(t *testing.T) {
t.Fatalf("expected initial health critical, got %s", stats.Health)
}

push := func(seq int) {
push := func(seq uint64) {
frame := &CompositeFrame{Sequence: seq}
if err := q.Push(ctx, frame); err != nil {
t.Fatalf("push %d failed: %v", seq, err)


Loading…
取消
儲存