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