* Restructure cloudmigation service * Adjust codewoners and wire * Comment out unused metrics
10 lines
123 B
Go
10 lines
123 B
Go
package cloudmigrationimpl
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestMigrateDatasources(t *testing.T) {
|
|
// TODO: Write this test
|
|
}
|