7da57058d4
Bugfix/flakydb * init * fixenvvar * fixtest
12 lines
125 B
Go
12 lines
125 B
Go
package database
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestCreateDB(t *testing.T) {
|
|
t.Skip("Must test appropriately")
|
|
|
|
createDB()
|
|
}
|