10 lines
113 B
Go
10 lines
113 B
Go
package control_test
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestNewControlServerFillsTheStructCorrectly(t *testing.T) {
|
|
|
|
}
|