mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-24 11:45:28 +00:00
Get shared backup tests working.
This commit is contained in:
committed by
Nicholas Tinsley
parent
36640edfee
commit
7b0badef19
@@ -81,7 +81,7 @@ class SmsDatabaseTest {
|
||||
TestSms.insert(db, type = MessageTypes.CHANGE_NUMBER_TYPE)
|
||||
assertFalse(messageTable.hasMeaningfulMessage(1))
|
||||
|
||||
TestSms.insert(db, type = MessageTypes.BOOST_REQUEST_TYPE)
|
||||
TestSms.insert(db, type = MessageTypes.RELEASE_CHANNEL_DONATION_REQUEST_TYPE)
|
||||
assertFalse(messageTable.hasMeaningfulMessage(1))
|
||||
|
||||
TestSms.insert(db, type = MessageTypes.SMS_EXPORT_TYPE)
|
||||
|
||||
Reference in New Issue
Block a user