Sfoglia il codice sorgente

Remove commented code from libnetwork_test.go

Signed-off-by: Erich Cordoba <erich.cm@yandex.com>
Erich Cordoba 9 anni fa
parent
commit
df728f4e0c
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      libnetwork/libnetwork_test.go

+ 0 - 2
libnetwork/libnetwork_test.go

@@ -52,8 +52,6 @@ func TestMain(m *testing.M) {
 		os.Exit(1)
 		os.Exit(1)
 	}
 	}
 
 
-	//libnetwork.SetTestDataStore(controller, datastore.NewCustomDataStore(datastore.NewMockStore()))
-
 	x := m.Run()
 	x := m.Run()
 	controller.Stop()
 	controller.Stop()
 	os.Exit(x)
 	os.Exit(x)