mirror of
https://github.com/asticode/go-astiav.git
synced 2025-09-27 04:26:30 +08:00
12 lines
151 B
Go
12 lines
151 B
Go
package astiav
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/stretchr/testify/require"
|
|
)
|
|
|
|
func TestTime(t *testing.T) {
|
|
require.NotEqual(t, 0, RelativeTime())
|
|
}
|