Skip to content

Commit

Permalink
fix(lint): fix unused linter directive
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeneux authored and ccamel committed Dec 4, 2023
1 parent 5db18b9 commit 49c1202
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/mint/types/minter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ func TestNextInflation(t *testing.T) {
}
}

//nolint:lll
func TestBlockProvision(t *testing.T) {
minter := InitialMinter(sdk.NewDecWithPrec(1, 1))
params := DefaultParams()
Expand Down

0 comments on commit 49c1202

Please sign in to comment.