it('should fetch all NOTAMs', async () => {
    const res = await notams.fetchAll('KFDC')
    assert(res.length > 2)
  })