go-astiav/time_test.go

12 lines
151 B
Go
Raw Permalink Normal View History

package astiav
2024-02-21 19:05:48 +08:00
import (
"testing"
"github.com/stretchr/testify/require"
)
func TestTime(t *testing.T) {
require.NotEqual(t, 0, RelativeTime())
2024-02-21 19:05:48 +08:00
}