it('fails if missing properties in the adapter object', () => {
      try {
        adapter.add({})
      } catch (e) {
        expect(e).to.be.an.instanceof(Error)