photoprism/internal/mutex/mutex_test.go
Michael Mayer bac6ae0cbd Sessions: Add max age and timeout config options #98 #782
Signed-off-by: Michael Mayer <michael@photoprism.app>
2022-10-03 22:59:29 +02:00

12 lines
156 B
Go

package mutex
import (
"testing"
"github.com/stretchr/testify/assert"
)
func TestWorkersBusy(t *testing.T) {
assert.False(t, IndexWorkersRunning())
}