fix test.

This commit is contained in:
KOUNOIKE Yuusuke
2017-08-15 02:44:52 +09:00
parent 299df34bf4
commit 92fea3ff01

View File

@@ -118,7 +118,9 @@ class AvatarImageProviderSpec extends FunSpec with MockitoSugar {
useSMTP = false, useSMTP = false,
smtp = None, smtp = None,
ldapAuthentication = false, ldapAuthentication = false,
ldap = None) ldap = None,
skinName = "skin-blue"
)
/** /**
* Adapter to test AvatarImageProviderImpl. * Adapter to test AvatarImageProviderImpl.