Skip to content

Commit 8ff62fa

Browse files
committed
SeriesServiceImplTest: correct test name.
Should be in 795edcc commit. No functional changes. [ci skip]
1 parent ca323c6 commit 8ff62fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class SeriesServiceImplTest extends Specification {
7979
// Tests for add()
8080
//
8181

82-
def "add() should throw exception argument is null"() {
82+
def "add() should throw exception if dto is null"() {
8383
when:
8484
service.add(null, userId, false)
8585
then:

0 commit comments

Comments
 (0)