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/account | |
| 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/account')
| -rw-r--r-- | internal/apimodule/account/test/accountcreate_test.go (renamed from internal/apimodule/account/accountcreate_test.go) | 2 | ||||
| -rw-r--r-- | internal/apimodule/account/test/accountupdate_test.go (renamed from internal/apimodule/account/accountupdate_test.go) | 2 | ||||
| -rw-r--r-- | internal/apimodule/account/test/accountverify_test.go (renamed from internal/apimodule/account/accountverify_test.go) | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/internal/apimodule/account/accountcreate_test.go b/internal/apimodule/account/test/accountcreate_test.go index da2b22510..81eab467a 100644 --- a/internal/apimodule/account/accountcreate_test.go +++ b/internal/apimodule/account/test/accountcreate_test.go @@ -16,7 +16,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -package account_test +package account import ( "bytes" diff --git a/internal/apimodule/account/accountupdate_test.go b/internal/apimodule/account/test/accountupdate_test.go index 78664f19c..1c6f528a1 100644 --- a/internal/apimodule/account/accountupdate_test.go +++ b/internal/apimodule/account/test/accountupdate_test.go @@ -16,7 +16,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -package account_test +package account import ( "bytes" diff --git a/internal/apimodule/account/accountverify_test.go b/internal/apimodule/account/test/accountverify_test.go index 85b0dce50..223a0c145 100644 --- a/internal/apimodule/account/accountverify_test.go +++ b/internal/apimodule/account/test/accountverify_test.go @@ -16,4 +16,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -package account_test +package account |
