Update and rename ItemServiceTest.groovy to ItemServiceUnitTest.groovy

This commit is contained in:
Loredana Crusoveanu 2019-03-03 09:16:10 +02:00 committed by GitHub
parent 01ab66f84f
commit 24a3fa2ae7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ package mocks
import spock.lang.Specification
class ItemServiceTest extends Specification {
class ItemServiceUnitTest extends Specification {
ItemProvider itemProvider
ItemService itemService