mirror of
https://github.com/harness/drone.git
synced 2025-05-18 09:59:57 +08:00
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) }
|