Skip to content

Commit

Permalink
Refactoring PlantumlFile.cs strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
yanjustino committed Apr 4, 2021
1 parent cd9ab74 commit 3441e74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/C4Sharp.Tests/C4Model/Samples/PlantumlSessionTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ public void It_Exports_Core_Diagram()
{
DiagramFixture.BuildContextDiagram(),
DiagramFixture.BuildContainerDiagram(),
DiagramFixture.BuildComponentDiagram()
DiagramFixture.BuildComponentDiagram(),
DiagramFixture.BuildDeploymentDiagram()
};

using (var session = new PlantumlSession())
Expand Down

0 comments on commit 3441e74

Please sign in to comment.