aboutsummaryrefslogtreecommitdiff
path: root/app/src/test/kotlin/com
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2021-01-24 20:02:12 -0800
committerAllan Wang <me@allanwang.ca>2021-01-24 20:02:12 -0800
commit2c85dae785b67241ef72500ac3c43fdff86bbad0 (patch)
treeaed233a587838d42caccdd771a52a1f4471d8092 /app/src/test/kotlin/com
parent4c2c8a9ce4872e8bbb2a55c8b527e4f7b22ef633 (diff)
downloadfrost-2c85dae785b67241ef72500ac3c43fdff86bbad0.tar.gz
frost-2c85dae785b67241ef72500ac3c43fdff86bbad0.tar.bz2
frost-2c85dae785b67241ef72500ac3c43fdff86bbad0.zip
Revert "Add option to log out for messenger"
This reverts commit 4c2c8a9ce4872e8bbb2a55c8b527e4f7b22ef633.
Diffstat (limited to 'app/src/test/kotlin/com')
-rw-r--r--app/src/test/kotlin/com/pitchedapps/frost/facebook/FbConstTest.kt18
1 files changed, 1 insertions, 17 deletions
diff --git a/app/src/test/kotlin/com/pitchedapps/frost/facebook/FbConstTest.kt b/app/src/test/kotlin/com/pitchedapps/frost/facebook/FbConstTest.kt
index 83bce973..8a8c42d6 100644
--- a/app/src/test/kotlin/com/pitchedapps/frost/facebook/FbConstTest.kt
+++ b/app/src/test/kotlin/com/pitchedapps/frost/facebook/FbConstTest.kt
@@ -1,19 +1,3 @@
-/*
- * Copyright 2021 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.facebook
import kotlin.test.Test
@@ -50,4 +34,4 @@ class FbConstTest {
)
}
}
-}
+} \ No newline at end of file