fix tests

This commit is contained in:
Milos Kozak 2021-11-21 19:02:18 +01:00
parent b38588cc8f
commit ae573de63d

View file

@ -227,6 +227,7 @@ class SmsCommunicatorPluginTest : TestBaseWithProfile() {
`when`(rh.gs(R.string.smscommunicator_code_from_authenticator_for)).thenReturn("from Authenticator app for: %1\$s followed by PIN")
`when`(rh.gs(R.string.patient_name_default)).thenReturn("User")
`when`(rh.gs(R.string.invalidprofile)).thenReturn("Invalid profile !!!")
`when`(rh.gs(R.string.sms)).thenReturn("SMS")
`when`(rh.gsNotLocalised(R.string.loopsuspended)).thenReturn("Loop suspended")
`when`(rh.gsNotLocalised(R.string.smscommunicator_stoppedsms)).thenReturn("SMS Remote Service stopped. To reactivate it, use AAPS on master smartphone.")
`when`(rh.gsNotLocalised(R.string.profileswitchcreated)).thenReturn("Profile switch created")