mirror of https://github.com/databricks/cli.git
clean up duplicate test case
This commit is contained in:
parent
bf0ef9eabf
commit
d4f30604f9
|
@ -31,11 +31,6 @@ func TestCheckMatch(t *testing.T) {
|
||||||
ConfiguredBefore: "main",
|
ConfiguredBefore: "main",
|
||||||
ConfiguredAfter: "main",
|
ConfiguredAfter: "main",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
Fetched: "",
|
|
||||||
ConfiguredBefore: "main",
|
|
||||||
ConfiguredAfter: "main",
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, test := range tests {
|
for _, test := range tests {
|
||||||
|
|
Loading…
Reference in New Issue