Skip to content

Commit c285675

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

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
@@ -17,7 +17,7 @@ public async Task StoreAndGet_StoresEmptyValues()
1717
{
1818
var store = new TestOutputCache();
1919
var key = "abc";
20-
using var entry = new OutputCacheEntry(KnownTime, 200);
20+
using var entry = new OutputCacheEntry(KnownTime, StatusCodes.Status200OK);
2121

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

0 commit comments

Comments
 (0)