diff options
Diffstat (limited to 'internal/log/sysloglongunixgram_test.go')
| -rw-r--r-- | internal/log/sysloglongunixgram_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/log/sysloglongunixgram_test.go b/internal/log/sysloglongunixgram_test.go index e64a9fef9..6f180df7e 100644 --- a/internal/log/sysloglongunixgram_test.go +++ b/internal/log/sysloglongunixgram_test.go @@ -25,10 +25,10 @@ import ( "path" "regexp" + "code.superseriousbusiness.org/gotosocial/internal/config" + "code.superseriousbusiness.org/gotosocial/internal/log" + "code.superseriousbusiness.org/gotosocial/testrig" "github.com/google/uuid" - "github.com/superseriousbusiness/gotosocial/internal/config" - "github.com/superseriousbusiness/gotosocial/internal/log" - "github.com/superseriousbusiness/gotosocial/testrig" ) // TestSyslogLongMessageUnixgram is known to hang on macOS for messages longer than about 1500 bytes. |
