sort imports

This commit is contained in:
6543 2023-02-11 03:14:41 +01:00
parent 5f5fd09ed3
commit 99bc672571
No known key found for this signature in database
GPG key ID: B8BE6D610E61C862
3 changed files with 6 additions and 3 deletions

View file

@ -3,8 +3,9 @@ package certificates
import (
"testing"
"codeberg.org/codeberg/pages/server/database"
"github.com/stretchr/testify/assert"
"codeberg.org/codeberg/pages/server/database"
)
func TestMockCert(t *testing.T) {