We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0959a95 commit 28aa66eCopy full SHA for 28aa66e
src/UiPath.CoreIpc.Tests/EndpointTests.cs
@@ -87,7 +87,7 @@ public async Task MissingCallback()
87
{
88
exception = ex;
89
}
90
- exception.Message.ShouldBe("Callback contract mismatch. Requested System.IDisposable, but it's UiPath.CoreIpc.Tests.ISystemCallback.");
+ exception.Message.ShouldBe("Callback contract mismatch. Requested System.IDisposable, but it's UiPath.Ipc.Tests.ISystemCallback.");
91
exception.Is<ArgumentException>().ShouldBeTrue();
92
93
[Fact]
0 commit comments