Skip to content

Commit

Permalink
close contexts in spring scheduling tests
Browse files Browse the repository at this point in the history
  • Loading branch information
richardstartin committed Sep 17, 2020
1 parent 81a4258 commit bc2fb5e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class SpringSchedulingTest extends AgentTestRunner {
}
}
}
cleanup: context.close()
}

def "schedule interval test"() {
Expand All @@ -54,7 +55,7 @@ class SpringSchedulingTest extends AgentTestRunner {
}
}
}

cleanup: context.close()
}

def "schedule lambda test"() {
Expand Down

0 comments on commit bc2fb5e

Please sign in to comment.