Fixing test by removing redundant ToString
This commit is contained in:
Родитель
43d2e43444
Коммит
2fd4deb59f
|
@ -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]
|
||||
|
|
Загрузка…
Ссылка в новой задаче