From 4f31f3a575ba55f11e3f520b8eabf581279fe8c1 Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Tue, 28 Jan 2025 12:47:38 +0100 Subject: [PATCH] Update import --- libs/dyn/dynloc/locations_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" )