From 7adbba83ba9e3536224b6b68f2e71411536fea61 Mon Sep 17 00:00:00 2001 From: amit-momin Date: Wed, 26 Jun 2024 16:33:59 -0500 Subject: [PATCH] Updated changeset with tag and fixed lint error --- .changeset/seven-rice-end.md | 2 +- common/internal/queues/tx_priority_queue_test.go | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.changeset/seven-rice-end.md b/.changeset/seven-rice-end.md index 7aefd39e3a8..1a8860cb01f 100644 --- a/.changeset/seven-rice-end.md +++ b/.changeset/seven-rice-end.md @@ -2,4 +2,4 @@ "chainlink": patch --- -adds an internal queue package which is part of refactor work +adds an internal queue package which is part of refactor work #internal diff --git a/common/internal/queues/tx_priority_queue_test.go b/common/internal/queues/tx_priority_queue_test.go index 4a6fe988003..83034ce8787 100644 --- a/common/internal/queues/tx_priority_queue_test.go +++ b/common/internal/queues/tx_priority_queue_test.go @@ -248,5 +248,4 @@ func TestTxPriorityQueue(t *testing.T) { assert.Nil(t, pq.PeekNextTx()) assert.Equal(t, capacity, pq.Cap()) }) - }