Skip to content
This repository was archived by the owner on Nov 22, 2018. It is now read-only.

Commit f81c238

Browse files
committed
Reacting to IChangeToken changes
1 parent 51fa364 commit f81c238

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Microsoft.AspNet.StaticFiles.Tests/StaticFileContextTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
using Microsoft.AspNet.FileProviders;
88
using Microsoft.AspNet.Http;
99
using Microsoft.AspNet.Http.Internal;
10-
using Microsoft.Framework.Caching;
1110
using Microsoft.Framework.Logging.Testing;
11+
using Microsoft.Framework.Primitives;
1212
using Xunit;
1313

1414
namespace Microsoft.AspNet.StaticFiles
@@ -81,7 +81,7 @@ public IFileInfo GetFileInfo(string subpath)
8181
return new NotFoundFileInfo();
8282
}
8383

84-
public IExpirationTrigger Watch(string filter)
84+
public IChangeToken Watch(string filter)
8585
{
8686
throw new NotSupportedException();
8787
}

0 commit comments

Comments
 (0)