Skip to content

Commit f48759b

Browse files
Update src/Middleware/OutputCaching/test/MemoryOutputCacheStoreTests.cs
Co-authored-by: Rick Anderson <[email protected]>
1 parent 5903653 commit f48759b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Middleware/OutputCaching/test/MemoryOutputCacheStoreTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ public async Task ReplacedEntries_AreNotRemovedFromTags()
219219

220220
HashSet<string> tag1s, tag2s;
221221

222-
// Wait for the hashset to be removed as it happens on a separate thread
222+
// Wait for the tag2 HashSet to be removed by the background expiration thread.
223223

224224
using var cts = new CancellationTokenSource(TimeSpan.FromSeconds(30));
225225

0 commit comments

Comments
 (0)