Skip to content

Commit ca279e6

Browse files
committed
Fix using statements
1 parent 754d929 commit ca279e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tests/Boxed.AspNetCore.Test/DistributedCacheExtensionsTest.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ namespace Boxed.AspNetCore.Test;
55
using System.Text;
66
using System.Threading;
77
using System.Threading.Tasks;
8+
using Microsoft.Extensions.Caching.Distributed;
9+
using Moq;
10+
using Xunit;
811

912
public sealed class DistributedCacheExtensionsTest : IDisposable
1013
{

0 commit comments

Comments
 (0)