Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
jpm-canonical committed Aug 1, 2024
1 parent 38fc5b5 commit 9cd3222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package tests

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

"github.com/canonical/matter-snap-testing/env"
"github.com/canonical/matter-snap-testing/utils"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
Expand Down

0 comments on commit 9cd3222

Please sign in to comment.