This commit is contained in:
github-actions[bot] 2021-10-24 12:51:17 +00:00
parent 1cb931d9ef
commit 5d197234fd
1 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
package common
import (
"fmt"
"testing"
"time"
"fmt"
"testing"
"time"
)
func TestCheckUptime(T *testing.T) {
uptime := Uptime(time.Date(2016, 6, 2, 1, 1, 1, 1, time.UTC))
fmt.Println(uptime)
fmt.Println(uptime)
}