stealing
This commit is contained in:
11
server/new_test.go
Normal file
11
server/new_test.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package server
|
||||
|
||||
import (
|
||||
"os"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestServerNew(t *testing.T) {
|
||||
New("")
|
||||
New(os.DevNull)
|
||||
}
|
||||
Reference in New Issue
Block a user