diff options
Diffstat (limited to 'src/DotNetOpenAuth.Test/Mocks/CoordinatingChannel.cs')
-rw-r--r-- | src/DotNetOpenAuth.Test/Mocks/CoordinatingChannel.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DotNetOpenAuth.Test/Mocks/CoordinatingChannel.cs b/src/DotNetOpenAuth.Test/Mocks/CoordinatingChannel.cs index 2a2b6b0..3bbe6e3 100644 --- a/src/DotNetOpenAuth.Test/Mocks/CoordinatingChannel.cs +++ b/src/DotNetOpenAuth.Test/Mocks/CoordinatingChannel.cs @@ -287,8 +287,8 @@ namespace DotNetOpenAuth.Test.Mocks { this.incomingMessageRecipient = null; // Briefly signal to another thread that might be waiting for our inbox to be empty - messageReceivedSignal.Set(); - messageReceivedSignal.Reset(); + this.messageReceivedSignal.Set(); + this.messageReceivedSignal.Reset(); return response; } |