Rename 'booksWasLoaded' test case method to 'booksWereLoaded'.
This commit is contained in:
@@ -140,7 +140,7 @@ public class ClientCacheDataImportExportAutoConfigurationIntegrationTests
|
||||
}
|
||||
|
||||
@Test
|
||||
public void booksWasLoaded() {
|
||||
public void booksWereLoaded() {
|
||||
|
||||
Collection<Object> bookValues = getRegionValues(this.booksTemplate);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user