Skip to content

Commit 00e8869

Browse files
committed
SeriesSalesServiceImplTest: use single quotes in method names.
No code changes.
1 parent 87e44e4 commit 00e8869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/groovy/ru/mystamps/web/service/SeriesSalesServiceImplTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class SeriesSalesServiceImplTest extends Specification {
5050
// Tests for add()
5151
//
5252

53-
def "add() should throw exception when dto is null"() {
53+
def 'add() should throw exception when dto is null'() {
5454
when:
5555
service.add(null, 123, 456)
5656
then:

0 commit comments

Comments
 (0)