Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
najlachamseddine committed May 13, 2024
1 parent 57dbc2c commit f775941
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/integration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,6 @@ var _ = ginkgo.Describe("[Nuklai staking mechanism]", func() {
gomega.Ω(err).Should(gomega.BeNil())
gomega.Ω(balance).Should(gomega.Equal(uint64(9_999_799_999_999_703)))
})

ginkgo.It("Register validator stake node 3", func() {
parser, err := instances[3].ncli.Parser(context.Background())
gomega.Ω(err).Should(gomega.BeNil())
Expand Down Expand Up @@ -499,7 +498,6 @@ var _ = ginkgo.Describe("[Nuklai staking mechanism]", func() {
validators, err := instances[4].ncli.StakedValidators(context.Background())
gomega.Ω(err).Should(gomega.BeNil())
gomega.Ω(len(validators)).Should(gomega.Equal(1))

})

ginkgo.It("Get validator staked amount after node 3 validator staking", func() {
Expand Down

0 comments on commit f775941

Please sign in to comment.