grails / grails-testing-support

Trait-based testing library for Grails framework
http://testing.grails.org
Apache License 2.0
11 stars 21 forks source link

dataStore vs datastore #22

Closed basejump closed 4 years ago

basejump commented 6 years ago

dataStore is camel case in DataTest when is all lower case everywhere else in gorm. gets a bit confusing. getDataStore here should be renamed to getDatastore() here https://github.com/grails/grails-testing-support/blob/master/grails-gorm-testing-support/src/main/groovy/grails/testing/gorm/DataTest.groovy#L105

jameskleeh commented 6 years ago

I think you are right, however that would be a breaking change which I cannot do at this time.