Skip to content

Commit

Permalink
fix: name TestMintLink on unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ecPablo committed Dec 11, 2024
1 parent c8f9036 commit 8a25dbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/common/changeset/example/mint_link_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import (
"github.com/smartcontractkit/chainlink/deployment/environment/memory"
)

// TestMintLinkTimelock tests the MintLink changeset
func TestMintLinkTimelock(t *testing.T) {
// TestMintLink tests the MintLink changeset
func TestMintLink(t *testing.T) {
t.Parallel()
ctx := context.Background()
lggr := logger.TestLogger(t)
Expand Down

0 comments on commit 8a25dbc

Please sign in to comment.