Skip to content
This repository was archived by the owner on Feb 4, 2021. It is now read-only.

Commit 2d95dba

Browse files
committed
Fix test
1 parent c943f05 commit 2d95dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/server/server_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func CreateTestUsers(ctx context.Context, s di.StoreComponent) ([]*record.User,
4141
ProfileScope: null.IntFrom(int(scope)),
4242
}
4343

44-
err := ps.CreateOrUpdateProfile(model.UserID(u.ID), p)
44+
err := ps.CreateOrUpdateProfile(model.UserID(u.ID), p, true)
4545
if err != nil {
4646
return nil, err
4747
}

0 commit comments

Comments
 (0)