Skip to content

Commit

Permalink
Updated changeset with tag and fixed lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-momin committed Jun 26, 2024
1 parent 108ad38 commit 7adbba8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .changeset/seven-rice-end.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion common/internal/queues/tx_priority_queue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,5 +248,4 @@ func TestTxPriorityQueue(t *testing.T) {
assert.Nil(t, pq.PeekNextTx())
assert.Equal(t, capacity, pq.Cap())
})

}

0 comments on commit 7adbba8

Please sign in to comment.