go-astiav/time_test.go

13 lines
196 B
Go
Raw Normal View History

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