Skip to content

Commit

Permalink
Fix CA issue
Browse files Browse the repository at this point in the history
References #2
  • Loading branch information
andreashuber-lawo committed Nov 8, 2015
1 parent cdbee19 commit ebfbd30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lawo.EmberPlusSharpTest/S101/S101WriterTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ await AssertThrowAsync<ObjectDisposedException>(() => writer.WriteMessageAsync(

////////////////////////////////////////////////////////////////////////////////////////////////////////////////

private Task<byte> WaitForOutOfFrameByte(S101Reader reader)
private static Task<byte> WaitForOutOfFrameByte(S101Reader reader)
{
var resultSource = new TaskCompletionSource<byte>();
EventHandler<OutOfFrameByteReceivedEventArgs> handler = null;
Expand Down

0 comments on commit ebfbd30

Please sign in to comment.