mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +00:00
11 lines
148 B
Go
11 lines
148 B
Go
package status
|
|
|
|
import "testing"
|
|
|
|
func TestSet(t *testing.T) {
|
|
|
|
// only test for panics
|
|
// TODO: write real tests
|
|
setSelectedSecurityLevel(0)
|
|
|
|
}
|