Skip to content

Commit 28aa66e

Browse files
test fixes after namespace change
1 parent 0959a95 commit 28aa66e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UiPath.CoreIpc.Tests/EndpointTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public async Task MissingCallback()
8787
{
8888
exception = ex;
8989
}
90-
exception.Message.ShouldBe("Callback contract mismatch. Requested System.IDisposable, but it's UiPath.CoreIpc.Tests.ISystemCallback.");
90+
exception.Message.ShouldBe("Callback contract mismatch. Requested System.IDisposable, but it's UiPath.Ipc.Tests.ISystemCallback.");
9191
exception.Is<ArgumentException>().ShouldBeTrue();
9292
}
9393
[Fact]

0 commit comments

Comments
 (0)