forked from mystiq/dex
9 lines
104 B
Go
9 lines
104 B
Go
package migrate
|
|
|
|
import (
|
|
"testing"
|
|
|
|
. "gopkg.in/check.v1"
|
|
)
|
|
|
|
func Test(t *testing.T) { TestingT(t) }
|