Skip to content

Commit 3a20ae7

Browse files
committed
#1330 Cleanup ApplicationContext
1 parent 0d17b85 commit 3a20ae7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

runtime/src/test/groovy/io/micronaut/jackson/parser/JacksonProcessorSpec.groovy

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,9 @@ class JacksonProcessorSpec extends Specification {
318318
mountainBike.gear == 3
319319
mountainBike.speed == 30
320320
mountainBike.seatHeight == 10
321+
322+
cleanup:
323+
applicationContext1.close()
321324
}
322325

323326
void "test publish JSON array async"() {

0 commit comments

Comments
 (0)