diff options
Diffstat (limited to 'src/DotNetOAuth.Test/Mocks/TestChannel.cs')
-rw-r--r-- | src/DotNetOAuth.Test/Mocks/TestChannel.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOAuth.Test/Mocks/TestChannel.cs b/src/DotNetOAuth.Test/Mocks/TestChannel.cs index 1920a38..632257e 100644 --- a/src/DotNetOAuth.Test/Mocks/TestChannel.cs +++ b/src/DotNetOAuth.Test/Mocks/TestChannel.cs @@ -25,7 +25,7 @@ namespace DotNetOAuth.Test.Mocks { }
protected override void SendDirectMessageResponse(IProtocolMessage response) {
- throw new NotImplementedException();
+ throw new NotImplementedException("SendDirectMessageResponse");
}
protected override void ReportErrorToUser(ProtocolException exception) {
|