mirror of https://github.com/databricks/cli.git
replace notEmpty with nonZero
This commit is contained in:
parent
4b3c6cb942
commit
1294b4861b
|
@ -62,7 +62,7 @@ func TestInprocessMode(t *testing.T) {
|
|||
t.Skip("Already tested by TestAccept")
|
||||
}
|
||||
t.Setenv("NO_COLOR", "1")
|
||||
require.NotEmpty(t, testAccept(t, true, "help"))
|
||||
require.NotZero(t, testAccept(t, true, "help"))
|
||||
}
|
||||
|
||||
func testAccept(t *testing.T, InprocessMode bool, singleTest string) int {
|
||||
|
|
Loading…
Reference in New Issue