diff options
Diffstat (limited to 'src/DotNetOAuth.Test/ChannelElements/OAuthChannelTests.cs')
-rw-r--r-- | src/DotNetOAuth.Test/ChannelElements/OAuthChannelTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOAuth.Test/ChannelElements/OAuthChannelTests.cs b/src/DotNetOAuth.Test/ChannelElements/OAuthChannelTests.cs index 048e1d8..38ca5f1 100644 --- a/src/DotNetOAuth.Test/ChannelElements/OAuthChannelTests.cs +++ b/src/DotNetOAuth.Test/ChannelElements/OAuthChannelTests.cs @@ -53,7 +53,7 @@ namespace DotNetOAuth.Test.ChannelElements { [TestMethod]
public void CtorSimple() {
- new OAuthChannel(this.signingElement, this.nonceStore);
+ new OAuthChannel(this.signingElement, this.nonceStore, new InMemoryTokenManager());
}
[TestMethod]
|