File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/test/groovy/ru/mystamps/web/service Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ class CollectionServiceImplTest extends Specification {
32
32
}
33
33
34
34
//
35
- // Tests for findRecentlyCreated
35
+ // Tests for findRecentlyCreated()
36
36
//
37
37
38
38
@Unroll
39
- def " findRecentlyCreated should throw exception when quantity is #quantity" (Integer quantity) {
39
+ def " findRecentlyCreated() should throw exception when quantity is #quantity" (Integer quantity) {
40
40
when :
41
41
service. findRecentlyCreated(quantity)
42
42
then :
@@ -47,7 +47,7 @@ class CollectionServiceImplTest extends Specification {
47
47
0 | _
48
48
}
49
49
50
- def " findRecentlyCreated should pass arguments to dao" () {
50
+ def " findRecentlyCreated() should pass arguments to dao" () {
51
51
given :
52
52
int expectedQuantity = 4
53
53
when :
You can’t perform that action at this time.
0 commit comments