Get shared backup tests working.

This commit is contained in:
Greyson Parrelli
2024-07-24 10:28:09 -04:00
committed by Nicholas Tinsley
parent 36640edfee
commit 7b0badef19
30 changed files with 184 additions and 108 deletions

View File

@@ -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)