Damnit again
Former-commit-id: b394f26caf0df7d113ac4cc7dacc9c544af6897f
This commit is contained in:
14
server/server_test.go
Normal file
14
server/server_test.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package server
|
||||
|
||||
import (
|
||||
"local/rssmon3/config"
|
||||
"testing"
|
||||
"time"
|
||||
)
|
||||
|
||||
func TestServerRun(t *testing.T) {
|
||||
config.New()
|
||||
s := New()
|
||||
go s.Run()
|
||||
time.Sleep(time.Millisecond * 100)
|
||||
}
|
||||
Reference in New Issue
Block a user