Object.entries(inners).forEach(([key, value]) => {
    expect(ProxiedInt[key]).toBe(value)
  })