From f7759410f282adb83300c1a04989ac4cec069554 Mon Sep 17 00:00:00 2001 From: najlachamseddine Date: Mon, 13 May 2024 15:39:00 +0100 Subject: [PATCH] lint --- tests/integration/integration_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/integration/integration_test.go b/tests/integration/integration_test.go index 950b14f..8f3158f 100644 --- a/tests/integration/integration_test.go +++ b/tests/integration/integration_test.go @@ -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()) @@ -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() {