Skip to content

Commit 69c0d46

Browse files
committed
rebase fix
1 parent 63e03b5 commit 69c0d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enterprise/coderd/coderd_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ func TestConn_CoordinatorRollingRestart(t *testing.T) {
722722
})
723723
client2.SetSessionToken(client1.SessionToken())
724724

725-
workspace := dbfake.WorkspaceBuild(t, store, database.Workspace{
725+
workspace := dbfake.WorkspaceBuild(t, store, database.WorkspaceTable{
726726
OrganizationID: user.OrganizationID,
727727
OwnerID: user.UserID,
728728
}).WithAgent().Do()

0 commit comments

Comments
 (0)