Skip to content

Commit

Permalink
fix lint: golangci-lint run --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
najlachamseddine committed May 13, 2024
1 parent f775941 commit dd9bc05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ var _ = ginkgo.Describe("[Nuklai staking mechanism]", func() {
}) */

var _ = ginkgo.Describe("[Tx Processing]", func() {
_ = ginkgo.Describe("[Tx Processing]", func() {
ginkgo.It("get currently accepted block ID", func() {
for _, inst := range instances {
hcli := inst.hcli
Expand Down

0 comments on commit dd9bc05

Please sign in to comment.