Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
Signed-off-by: AbstractionFactory <[email protected]>
  • Loading branch information
abstractionfactory committed Jan 22, 2025
1 parent edf3596 commit 579f79e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion context_1.24.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion context_before_1.24.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 579f79e

Please sign in to comment.