diff options
author | 2021-05-08 14:25:23 +0200 | |
---|---|---|
committer | 2021-05-08 14:25:23 +0200 | |
commit | ac9adb172b09882b12659a3e43a94d724eb65378 (patch) | |
tree | 0f97edf4377f406df321054d26e731ff5dcc6667 /internal/apimodule/app | |
parent | make boosts work woo (#12) (diff) | |
download | gotosocial-ac9adb172b09882b12659a3e43a94d724eb65378.tar.xz |
Revert "make boosts work woo (#12)" (#15)
This reverts commit 9616f46424363adbc124da52c6728ca047506403.
Diffstat (limited to 'internal/apimodule/app')
-rw-r--r-- | internal/apimodule/app/test/app_test.go (renamed from internal/apimodule/app/app_test.go) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/apimodule/app/app_test.go b/internal/apimodule/app/test/app_test.go index 42760a2db..d45b04e74 100644 --- a/internal/apimodule/app/app_test.go +++ b/internal/apimodule/app/test/app_test.go @@ -16,6 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -package app_test +package app // TODO: write tests |