test('fetch user1 with projects', async () => {
  const message = {
    user: userId1
  }
  const { data, ...obj1 } = await SendCommand(actions.fetchOwnProjects, message)