8 lines
128 B
Go
8 lines
128 B
Go
package flow_test
|
|
|
|
import "testing"
|
|
|
|
func TestRenameFlowStub(t *testing.T) {
|
|
t.Skip("rename flow implementation pending")
|
|
}
|