Exemplo n.º 1
0
        public async Task UpdateConfig()
        {
            await Create();

            Assert.Equal("", sut.WebConfig);
            sut.UpdateWebConfig();
            Assert.NotEqual("", sut.WebConfig);
        }