Skip to content

Commit

Permalink
Reorder imports in thread local
Browse files Browse the repository at this point in the history
  • Loading branch information
jpm-canonical committed Aug 1, 2024
1 parent 9cd3222 commit 8894c54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/thread_tests/local.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ package thread_tests

import (
"fmt"
"github.com/canonical/matter-snap-testing/env"
"os"
"strings"
"testing"
"time"

"github.com/canonical/matter-snap-testing/utils"

tests "chip-tool-snap-tests"

"github.com/canonical/matter-snap-testing/env"
"github.com/canonical/matter-snap-testing/utils"
)

func setup(t *testing.T) {
Expand Down

0 comments on commit 8894c54

Please sign in to comment.