Skip to content
Snippets Groups Projects
Commit 107d54c1 authored by Tobias's avatar Tobias
Browse files

Merge branch 'master' into outputs

parents 2707b027 55b83b73
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