it('should get a specific user', async () => {
    try {
      db.one.mockReturnValue({
        name: 'Bruce Wayne',
        id: 3,