Skip to content

Commit

Permalink
kill utility after run
Browse files Browse the repository at this point in the history
  • Loading branch information
pofider committed Nov 24, 2017
1 parent 7b9fd98 commit 9a4c032
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jsreport.AspNetCore.Test/JsReportMiddlewareTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ namespace jsreport.AspNetCore.Test
[TestFixture]
public class JsReportMiddlewareTest
{
[TearDown]
public void TearDown()
{
new LocalReporting().KillRunningJsReportProcesses().UseBinary(JsReportBinary.GetBinary()).AsUtility().Create();
}

[Test]
public async Task BasicTest()
{
Expand Down

0 comments on commit 9a4c032

Please sign in to comment.