parent
7f304f9950
commit
a45371e48f
@ -0,0 +1,14 @@ |
||||
package tests |
||||
|
||||
import ( |
||||
"testing" |
||||
"github.com/stretchr/testify/require" |
||||
) |
||||
|
||||
func TestLogin(t *testing.T) { |
||||
assert.Equal(true, false) |
||||
} |
||||
|
||||
func TestMain(m *testing.M) { |
||||
m.Run() |
||||
} |
||||
Loading…
Reference in new issue