mirror of https://github.com/databricks/cli.git
fix aliasing
This commit is contained in:
parent
38d47e62f2
commit
ad28ce1d37
|
@ -88,5 +88,5 @@ func TestTemplateGet(t *testing.T) {
|
|||
}
|
||||
|
||||
// Assert the alias works.
|
||||
assert.Equal(t, Get(TemplateName("mlops-stack")).name, MlopsStacks)
|
||||
assert.Equal(t, MlopsStacks, Get(TemplateName("mlops-stack")).name)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue