Skip to content

Commit

Permalink
test cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
docwho2 committed Nov 6, 2023
1 parent 8115ac4 commit 3ba6e55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ public class InfrastructureStackTest {
public void sythStack() {
App app = new App();
InfrastructureStack stack = new InfrastructureStack(app, "test");

stackJson = JSON.valueToTree(app.synth().getStackArtifact(stack.getArtifactId()).getTemplate());
System.out.println("Stack Created");
}


Expand Down

0 comments on commit 3ba6e55

Please sign in to comment.