mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: remove version tests
This commit is contained in:
@@ -1,12 +1 @@
|
|||||||
package version
|
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