Tests: Reorder imports in fileinfo_test.go
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
b4dffec0a3
commit
111d0a2ae6
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue