Fixing test by removing redundant ToString

This commit is contained in:
John Luo 2016-03-10 15:40:50 -08:00
Родитель 43d2e43444
Коммит 2fd4deb59f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -37,7 +37,7 @@ namespace Microsoft.Extensions.Caching.Memory
},
nameof(MemoryCacheEntryOptions.AbsoluteExpiration),
"The absolute expiration value must be in the future.",
expected.ToString(CultureInfo.CurrentCulture));
expected);
}
[Fact]