Files
yovision/Bell/server/tests/bell_alert_lifecycle/validation_test.go
T

8 lines
274 B
Go

package bell_alert_lifecycle_test
import "testing"
// Input and state validation are exercised through the PostgreSQL service test;
// this sentinel keeps the package runnable without an integration database.
func TestLifecyclePackageLoadsWithoutDatabase(t *testing.T) {}