Tests: Reorder imports in fileinfo_test.go

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2023-06-27 20:25:50 +02:00
parent b4dffec0a3
commit 111d0a2ae6

View file

@ -1,11 +1,12 @@
package fs
import (
"github.com/emersion/go-webdav"
"os"
"testing"
"time"
"github.com/emersion/go-webdav"
"github.com/stretchr/testify/assert"
)