File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/test/groovy/org/gradlex/javamodule/dependencies/test Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ class ConfigurationCacheTest extends Specification {
5959 result. getOutput(). contains(" Reusing configuration cache." )
6060 }
6161
62- def " configurationCacheHitRelevantChange " () {
62+ def " configurationCacheMissRelevantChange " () {
6363 given :
6464 libModuleInfoFile << ' module abc.lib { }'
6565 appModuleInfoFile << '''
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ class SettingsPluginTest extends Specification {
162162 result. getOutput(). contains(" Reusing configuration cache." )
163163 }
164164
165- def " configurationCacheHitRelevantChange " () {
165+ def " configurationCacheMissRelevantChange " () {
166166 given :
167167 settingsFile << '''
168168 javaModules {
You can’t perform that action at this time.
0 commit comments