Skip to content

Commit

Permalink
#5 XUnit tests
Browse files Browse the repository at this point in the history
- Remove debug code
  • Loading branch information
araszka committed May 20, 2023
1 parent 804121a commit b2b282e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/ManiaTemplates.Tests/Lib/TransformerTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ public void ShouldBuildManialink()

result = GeneralizeGeneratedDocument(result);

File.WriteAllText("Test.tt", result);
Assert.Equal(expected, result);
}

Expand Down

0 comments on commit b2b282e

Please sign in to comment.