update TestMain

This commit is contained in:
Matthew R Kasun
2023-02-25 10:48:36 -05:00
parent 3244472481
commit 3836bd1d36
4 changed files with 9 additions and 0 deletions

View File

@@ -40,6 +40,8 @@ func TestMain(m *testing.M) {
logger.Log(3, "received node update", update.Action)
}
}()
os.Exit(m.Run())
}
func TestCreateNetwork(t *testing.T) {