Skip to content

Commit 7972c23

Browse files
committed
import order
1 parent e1dd559 commit 7972c23

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

coderd/database/dbfake/databasefake_test.go

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,12 @@ import (
88
"testing"
99
"time"
1010

11-
"github.com/stretchr/testify/require"
12-
13-
"github.com/coder/coder/coderd/database/dbgen"
14-
1511
"github.com/stretchr/testify/assert"
12+
"github.com/stretchr/testify/require"
1613

1714
"github.com/coder/coder/coderd/database"
18-
1915
"github.com/coder/coder/coderd/database/dbfake"
16+
"github.com/coder/coder/coderd/database/dbgen"
2017
)
2118

2219
// test that transactions don't deadlock, and that we don't see intermediate state.

0 commit comments

Comments
 (0)