package database import ( "testing" ) func TestDbConnect(t *testing.T) { db := DbConnect() _ = db }