Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
MalteHerrmann committed Nov 29, 2023
1 parent 0603cee commit 786b279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/inflation/v1/keeper/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ var _ = Describe("Inflation", Ordered, func() {
})
})

Context("after an epoch ends", func() {
Context("after an epoch ends", func() { //nolint:dupl // these tests are not duplicates
BeforeEach(func() {
s.CommitAfter(time.Minute) // Start Epoch
s.CommitAfter(time.Hour * 25) // End Epoch
Expand Down

0 comments on commit 786b279

Please sign in to comment.