it('should fetch NOTAMs by type', async () => {
    const res = await notams.fetchAllByType('ALLTFR')
    assert(res.length > 0)
  })