yats.git

ref: 6bfb4ec089c1dd989cb66cceea796ad3ea2051fa

server/dbinit_test.go


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
package main

import (
	"testing"
)

func TestDbInitialization(t *testing.T) {

	CreateTables("../schema/schema.cql")
}