Skip to content

Commit

Permalink
close contexts in spring scdheduling tests
Browse files Browse the repository at this point in the history
  • Loading branch information
richardstartin committed Sep 16, 2020
1 parent 211a644 commit 4893d7f
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 4893d7f

Please sign in to comment.