From 8894c54b42e23ccafa889393c590f735b9b07f6e Mon Sep 17 00:00:00 2001 From: JP Meijers Date: Thu, 1 Aug 2024 17:10:28 +0200 Subject: [PATCH] Reorder imports in thread local --- tests/thread_tests/local.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/thread_tests/local.go b/tests/thread_tests/local.go index cf195df..565cc90 100644 --- a/tests/thread_tests/local.go +++ b/tests/thread_tests/local.go @@ -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) {