bac6ae0cbd
Signed-off-by: Michael Mayer <michael@photoprism.app>
11 lines
115 B
Go
11 lines
115 B
Go
package session
|
|
|
|
import (
|
|
"testing"
|
|
"time"
|
|
)
|
|
|
|
func TestWatch(t *testing.T) {
|
|
Monitor(time.Minute)
|
|
Shutdown()
|
|
}
|