mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* 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
|
|
}
|