3
0
Files
corteza/tests/system/settings_test.go
2019-09-10 20:23:39 +02:00

10 lines
109 B
Go

package system
import (
"testing"
)
func TestSettings(t *testing.T) {
t.Skip("pending implementation")
}