Skip to content

Commit

Permalink
PR FIXUP - Respect linter import rule
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSisley committed Feb 12, 2024
1 parent cae8436 commit b719148
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration/query/one_to_one/with_version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ package one_to_one
import (
"testing"

testUtils "github.com/sourcenetwork/defradb/tests/integration"
"github.com/stretchr/testify/require"

testUtils "github.com/sourcenetwork/defradb/tests/integration"
)

// This test documents unwanted behaviour, see the linked ticket for more info:
Expand Down

0 comments on commit b719148

Please sign in to comment.