Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
import order
  • Loading branch information
Emyrk committed Mar 3, 2023
commit 7972c23fd543ddfc7d716d2bcbace8d14301cc0c
7 changes: 2 additions & 5 deletions coderd/database/dbfake/databasefake_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,12 @@ import (
"testing"
"time"

"github.com/stretchr/testify/require"

"github.com/coder/coder/coderd/database/dbgen"

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

"github.com/coder/coder/coderd/database"

"github.com/coder/coder/coderd/database/dbfake"
"github.com/coder/coder/coderd/database/dbgen"
)

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