Tests: Run "make fmt"
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
3dfb1352bb
commit
a5dd49152d
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
||||||
package commands
|
package commands
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"testing"
|
||||||
|
|
||||||
"github.com/photoprism/photoprism/pkg/capture"
|
"github.com/photoprism/photoprism/pkg/capture"
|
||||||
"github.com/stretchr/testify/assert"
|
"github.com/stretchr/testify/assert"
|
||||||
"testing"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestFindCommand(t *testing.T) {
|
func TestFindCommand(t *testing.T) {
|
||||||
|
|
Loading…
Reference in a new issue