mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
11 lines
171 B
Go
11 lines
171 B
Go
package validate
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
// This test must be synchronized to avoid issues with -race
|
|
// TODO(TEST)
|
|
func TestOptions_SetContinueOnErrors(t *testing.T) {
|
|
}
|