mirror of
https://github.com/harness/drone.git
synced 2025-05-11 14:40:05 +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) }
|