Skip to content

Commit a0d0bfb

Browse files
trivial change
1 parent 115e6c8 commit a0d0bfb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/unit/org/grails/rabbitmq/RabbitGrailsPluginTests.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,13 @@ class RabbitGrailsPluginTests extends GroovyTestCase {
112112

113113
def bb = new BeanBuilder()
114114
bb.beans {
115-
'pinkService'(MockQueueService) {
115+
pinkService(MockQueueService) {
116116
propertyName = 'pinkService'
117117
}
118-
'blueService'(MockQueueService) {
118+
blueService(MockQueueService) {
119119
propertyName = 'blueService'
120120
}
121-
'tealService'(MockQueueService) {
121+
tealService(MockQueueService) {
122122
propertyName = 'tealService'
123123
}
124124
}

0 commit comments

Comments
 (0)