it('ignores mismatching key for the secondary index', () => {
      expect(secondList.get('b1', 'id2')).to.be.an('undefined')
    })