Exemplo n.º 1
0
        public async Task ExternalAPIServiceIsValid()
        {
            var counterId   = Guid.NewGuid().ToString();
            var villageName = await _externalAPIService.GetVillageNameAsync(counterId);

            Assert.Null(villageName);
        }