feat: publish standalone worker
Separate worker packaging and service lifecycle from the control plane.
Этот коммит содержится в:
11
checks/calls/init_test.go
Обычный файл
11
checks/calls/init_test.go
Обычный файл
@@ -0,0 +1,11 @@
|
||||
package calls
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
func TestIsDBAvailableWithoutInitializedDatabase(t *testing.T) {
|
||||
assert.False(t, isDBAvailable())
|
||||
}
|
||||
Ссылка в новой задаче
Block a user