Skip to content

Commit d922af8

Browse files
Update src/Middleware/OutputCaching/test/OutputCacheEntryFormatterTests.cs
Co-authored-by: Brennan <[email protected]>
1 parent f69ab58 commit d922af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Middleware/OutputCaching/test/OutputCacheEntryFormatterTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public async Task StoreAndGet_StoresEmptyValues()
1818
{
1919
var store = new TestOutputCache();
2020
var key = "abc";
21-
using var entry = new OutputCacheEntry(KnownTime, 200);
21+
using var entry = new OutputCacheEntry(KnownTime, StatusCodes.Status200OK);
2222

2323
await OutputCacheEntryFormatter.StoreAsync(key, entry, null, TimeSpan.Zero, store, NullLogger.Instance, default);
2424

0 commit comments

Comments
 (0)