16 lines
167 B
Go
Raw Normal View History

2023-11-03 23:38:23 +01:00
package handler_test
import (
"testing"
"git.ekzyis.com/ekzyis/delphi.market/test"
)
func init() {
test.Init(&db)
}
func TestLogout(t *testing.T) {
t.Skip()
2023-11-03 23:38:23 +01:00
}