Skip to content
Snippets Groups Projects
Commit 55b83b73 authored by Tobias's avatar Tobias
Browse files

fix test

parent 673aec29
No related branches found
No related tags found
No related merge requests found
......@@ -268,7 +268,7 @@ namespace ControlComponents.Core.Tests
public void Given_Id_When_GetId_Then_Id()
{
OrderOutput output = new OrderOutput("Test", "Output", provider.Object);
Assert.AreEqual(output.Id, "Output");
Assert.AreEqual(output.OwnerId, "Output");
}
[Test]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment