it('should expose the fetch method', async () => {
    const res = await notams.fetch('KFDC')
    assert(res.length === 1)
  })