describe('when a key contains an integer', () => {
    beforeEach(() =>
      db.set('a-key', 5)
    )