Convert: Update test function name #1310 #1612 #1747

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2023-02-21 11:41:24 +01:00
parent 053a67f1e4
commit 7652fbd598

View file

@ -10,7 +10,7 @@ import (
"github.com/stretchr/testify/assert"
)
func TestConvert_ToPreview(t *testing.T) {
func TestConvert_ToImage(t *testing.T) {
if testing.Short() {
t.Skip("skipping test in short mode.")
}