Ver código fonte

Merge pull request #1343 from ericho/remove_comment_libnetwork_tests

Remove commented code from libnetwork_test.go
Jana Radhakrishnan 9 anos atrás
pai
commit
e5deaf0c8a
1 arquivos alterados com 0 adições e 2 exclusões
  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)
 	}
 
-	//libnetwork.SetTestDataStore(controller, datastore.NewCustomDataStore(datastore.NewMockStore()))
-
 	x := m.Run()
 	controller.Stop()
 	os.Exit(x)