1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

feat: -version flag

This commit is contained in:
Steven Tang
2023-04-03 22:40:57 +10:00
parent d061a4ef1b
commit 406f5147c8
4 changed files with 45 additions and 38 deletions

View File

@ -1,10 +1,11 @@
package models
import (
conf "github.com/muety/wakapi/config"
"github.com/stretchr/testify/assert"
"testing"
"time"
conf "github.com/muety/wakapi/config"
"github.com/stretchr/testify/assert"
)
func TestUser_TZ(t *testing.T) {
@ -21,7 +22,7 @@ func TestUser_TZ(t *testing.T) {
}
func TestUser_MinDataAge(t *testing.T) {
c := conf.Load("")
c := conf.Load("", "")
var sut *User