Skip to content

Commit 1a5bef8

Browse files
committed
Forgot CancelTests.cs
1 parent 269d10f commit 1a5bef8

File tree

1 file changed

+8
-0
lines changed
  • src/netstandard/Tests/WampSharp.Tests.Wampv2/Integration

1 file changed

+8
-0
lines changed

src/netstandard/Tests/WampSharp.Tests.Wampv2/Integration/CancelTests.cs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,14 @@ public void Cancel(InterruptDetails details)
241241
InterruptCalled = true;
242242
}
243243

244+
public bool IsInvocationCompleted
245+
{
246+
get
247+
{
248+
return false;
249+
}
250+
}
251+
244252
public bool InterruptCalled { get; set; }
245253
}
246254
}

0 commit comments

Comments
 (0)