aboutsummaryrefslogtreecommitdiff
path: root/app/src/androidTest/kotlin/com
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-04-25 13:56:40 -0700
committerGitHub <noreply@github.com>2019-04-25 13:56:40 -0700
commit00e04ce269197053a8cd8ae522c95629541181a1 (patch)
treeff913af0ff20f5d415428ac231372da13b9a6639 /app/src/androidTest/kotlin/com
parent51e71caf4063702d88ad07b71a2cf9257175f71e (diff)
parentcf152584b544425e0ee3ae28d765dc7e55a196af (diff)
downloadfrost-00e04ce269197053a8cd8ae522c95629541181a1.tar.gz
frost-00e04ce269197053a8cd8ae522c95629541181a1.tar.bz2
frost-00e04ce269197053a8cd8ae522c95629541181a1.zip
Merge pull request #1406 from AllanWang/feature/notif-widget
Feature/notif-widget
Diffstat (limited to 'app/src/androidTest/kotlin/com')
-rw-r--r--app/src/androidTest/kotlin/com/pitchedapps/frost/db/NotificationDbTest.kt3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/androidTest/kotlin/com/pitchedapps/frost/db/NotificationDbTest.kt b/app/src/androidTest/kotlin/com/pitchedapps/frost/db/NotificationDbTest.kt
index 9167c7bf..45a09cbe 100644
--- a/app/src/androidTest/kotlin/com/pitchedapps/frost/db/NotificationDbTest.kt
+++ b/app/src/androidTest/kotlin/com/pitchedapps/frost/db/NotificationDbTest.kt
@@ -38,7 +38,8 @@ class NotificationDbTest : BaseDbTest() {
title = null,
text = "",
timestamp = time,
- profileUrl = null
+ profileUrl = null,
+ unread = true
)
@Test