Browse Source

:robot: Fixup typo in test when running locally

Ettore Di Giacinto 3 years ago
parent
commit
b09a20e172
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/client/service/service_test.go

+ 1 - 1
api/client/service/service_test.go

@@ -41,7 +41,7 @@ var _ = Describe("Service", func() {
 	Context("Advertize nodes", func() {
 		It("Detect nodes", func() {
 			n, err := s.AdvertizingNodes()
-			Expect(len(n)).To(Equal(1))
+			Expect(len(n)).To(Equal(0))
 			Expect(err).ToNot(HaveOccurred())
 
 			s.Advertize("foo")