8 lines
274 B
Go
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) {}
|