We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 115e6c8 commit a0d0bfbCopy full SHA for a0d0bfb
test/unit/org/grails/rabbitmq/RabbitGrailsPluginTests.groovy
@@ -112,13 +112,13 @@ class RabbitGrailsPluginTests extends GroovyTestCase {
112
113
def bb = new BeanBuilder()
114
bb.beans {
115
- 'pinkService'(MockQueueService) {
+ pinkService(MockQueueService) {
116
propertyName = 'pinkService'
117
}
118
- 'blueService'(MockQueueService) {
+ blueService(MockQueueService) {
119
propertyName = 'blueService'
120
121
- 'tealService'(MockQueueService) {
+ tealService(MockQueueService) {
122
propertyName = 'tealService'
123
124
0 commit comments