Skip to content

Commit

Permalink
updated changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
silaslenihan committed May 3, 2024
1 parent 48a653b commit c20bfd0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .changeset/witty-onions-talk.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"chainlink": minor
---

Switched finality check in HeadTracker to use the underlying finality type
#internal Switched finality check in HeadTracker to use the underlying finality type
1 change: 0 additions & 1 deletion core/chains/evm/headtracker/head_tracker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ func TestHeadTracker_New(t *testing.T) {
orm := headtracker.NewORM(cltest.FixtureChainID, db)
assert.Nil(t, orm.IdempotentInsertHead(testutils.Context(t), cltest.Head(1)))
last := cltest.Head(16)
last.IsFinalized = true
assert.Nil(t, orm.IdempotentInsertHead(testutils.Context(t), last))
assert.Nil(t, orm.IdempotentInsertHead(testutils.Context(t), cltest.Head(10)))

Expand Down

0 comments on commit c20bfd0

Please sign in to comment.