mirror of https://github.com/databricks/cli.git
Fix test name
This commit is contained in:
parent
55c36bc2fa
commit
6b4641c530
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/stretchr/testify/assert"
|
"github.com/stretchr/testify/assert"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestDataclassNoWheel(t *testing.T) {
|
func TestPythonImport_dataclass_no_wheel(t *testing.T) {
|
||||||
activateVEnv(t)
|
activateVEnv(t)
|
||||||
setPythonPath(t, "python_import/dataclass_no_wheel/src")
|
setPythonPath(t, "python_import/dataclass_no_wheel/src")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue