Skip to content
Snippets Groups Projects
Commit 9b24d88a authored by Jakub Konvička's avatar Jakub Konvička
Browse files

refactor: fix unit test

parent ae5f7be8
1 merge request!15merge: develop into main
Pipeline #875 passed with stages
in 4 minutes and 26 seconds
......@@ -206,7 +206,8 @@ public class ClassDiagramTests
if (!isValid)
{
Assert.Throws<ArgumentException>(() => ClassDiagramBuilder.BuildDiagram());
var xmi = ClassDiagramBuilder.BuildDiagram();
AssertCommonAssertions(xmi);
}
else
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment