photoprism/internal/entity/photo_counts_test.go

14 lines
148 B
Go
Raw Normal View History

package entity
import (
"testing"
)
func TestUpdatePhotoCounts(t *testing.T) {
err := UpdatePhotoCounts()
if err != nil {
t.Fatal(err)
}
}