1
0
mirror of https://github.com/ManyakRus/starter.git synced 2025-12-02 23:58:32 +02:00

сделал sync_exchange_connect

This commit is contained in:
Nikitin Aleksandr
2023-11-14 13:40:42 +03:00
parent e2a72a8390
commit 7353d357b2
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ func TestConnect(t *testing.T) {
func TestStartNats(t *testing.T) {
config.LoadEnv()
StartNats(SERVICE_NAME_TEST)
Start(SERVICE_NAME_TEST)
defer CloseConnection()
micro.Pause(100)