Remove commented code from libnetwork_test.go
Signed-off-by: Erich Cordoba <erich.cm@yandex.com>
This commit is contained in:
parent
605ecdd099
commit
df728f4e0c
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue