aboutsummaryrefslogtreecommitdiff
path: root/app/src/test/kotlin/com/pitchedapps/frost/utils/CoroutineTest.kt
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2018-12-28 23:11:31 -0500
committerAllan Wang <me@allanwang.ca>2018-12-28 23:11:31 -0500
commit30b359c944dabf7203630c3d3eae7a7dcea05204 (patch)
treefa0dd322b1392578bb0259e1a23ba01950efd259 /app/src/test/kotlin/com/pitchedapps/frost/utils/CoroutineTest.kt
parent0d6f53c82c4c55afdc61ea20773e7421b368e46f (diff)
downloadfrost-30b359c944dabf7203630c3d3eae7a7dcea05204.tar.gz
frost-30b359c944dabf7203630c3d3eae7a7dcea05204.tar.bz2
frost-30b359c944dabf7203630c3d3eae7a7dcea05204.zip
Apply spotless
Diffstat (limited to 'app/src/test/kotlin/com/pitchedapps/frost/utils/CoroutineTest.kt')
-rw-r--r--app/src/test/kotlin/com/pitchedapps/frost/utils/CoroutineTest.kt19
1 files changed, 17 insertions, 2 deletions
diff --git a/app/src/test/kotlin/com/pitchedapps/frost/utils/CoroutineTest.kt b/app/src/test/kotlin/com/pitchedapps/frost/utils/CoroutineTest.kt
index f930e529..72eb6076 100644
--- a/app/src/test/kotlin/com/pitchedapps/frost/utils/CoroutineTest.kt
+++ b/app/src/test/kotlin/com/pitchedapps/frost/utils/CoroutineTest.kt
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2018 Allan Wang
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
package com.pitchedapps.frost.utils
import kotlinx.coroutines.Dispatchers
@@ -188,7 +204,6 @@ class CoroutineTest {
uniqueData,
"Unique receiver should not have two consecutive events that are equal"
)
-
}
}
-} \ No newline at end of file
+}