mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: implement memo property runner
This commit is contained in:
12
server/runner/version/runner_test.go
Normal file
12
server/runner/version/runner_test.go
Normal file
@ -0,0 +1,12 @@
|
||||
package version
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
||||
func TestGetLatestVersion(t *testing.T) {
|
||||
_, err := NewRunner(nil, nil).GetLatestVersion()
|
||||
require.NoError(t, err)
|
||||
}
|
Reference in New Issue
Block a user