diff --git a/libs/dyn/dynloc/locations_test.go b/libs/dyn/dynloc/locations_test.go index a1858b89e..7b35cd484 100644 --- a/libs/dyn/dynloc/locations_test.go +++ b/libs/dyn/dynloc/locations_test.go @@ -7,9 +7,9 @@ import ( "testing" "github.com/databricks/cli/libs/dyn" + assert "github.com/databricks/cli/libs/dyn/dynassert" "github.com/databricks/cli/libs/dyn/merge" "github.com/databricks/cli/libs/dyn/yamlloader" - "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" )