예제 #1
0
        public async Task CheckForUpdatesNoCacheAsync()
        {
            File.Delete(_cachePath);
            bool hasUpdates = await _installer.CheckForUpdatesAsync();

            Assert.IsTrue(hasUpdates);
        }