From d8f97c306b1a4c9cb8fe408c0583bc430568c9cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Ferreira?= Date: Mon, 15 Feb 2021 15:35:18 +0000 Subject: [PATCH] testing SbtCoursierCache leak (#317) --- modules/sbt-coursier/src/sbt-test/shared-1/clean/test | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/sbt-coursier/src/sbt-test/shared-1/clean/test b/modules/sbt-coursier/src/sbt-test/shared-1/clean/test index f2a470ad5..a38493dd0 100644 --- a/modules/sbt-coursier/src/sbt-test/shared-1/clean/test +++ b/modules/sbt-coursier/src/sbt-test/shared-1/clean/test @@ -4,3 +4,8 @@ > checkNotEmpty > clean > checkEmpty + +> update +> checkNotEmpty +> reload +> checkEmpty \ No newline at end of file