Skip to content

Commit

Permalink
test fixes after namespace change
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard-dumitru committed Jun 27, 2024
1 parent 0959a95 commit 28aa66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UiPath.CoreIpc.Tests/EndpointTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public async Task MissingCallback()
{
exception = ex;
}
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.");
exception.Is<ArgumentException>().ShouldBeTrue();
}
[Fact]
Expand Down

0 comments on commit 28aa66e

Please sign in to comment.