diff --git a/context_1.24.go b/context_1.24.go index d89b36f..ff16a9b 100644 --- a/context_1.24.go +++ b/context_1.24.go @@ -9,8 +9,9 @@ package tofutestutils import ( "context" - "github.com/opentofu/tofutestutils/testcontext" "testing" + + "github.com/opentofu/tofutestutils/testcontext" ) // Context creates a context with a deadline that allows for enough time to clean up a test before the testing framework diff --git a/context_before_1.24.go b/context_before_1.24.go index 4335ac3..ee3511d 100644 --- a/context_before_1.24.go +++ b/context_before_1.24.go @@ -9,8 +9,9 @@ package tofutestutils import ( "context" - "github.com/opentofu/tofutestutils/testcontext" "testing" + + "github.com/opentofu/tofutestutils/testcontext" ) // Context creates a context with a deadline that allows for enough time to clean up a test before the testing framework