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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user