mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
testing: fix skip comment on RequireWindows helper (#23776)
This commit is contained in:
@@ -74,7 +74,7 @@ func RequireNotWindows(t *testing.T) {
|
||||
// - not running on Windows
|
||||
func RequireWindows(t *testing.T) {
|
||||
if runtime.GOOS != "windows" {
|
||||
t.Skip("Test requires non-Windows")
|
||||
t.Skip("Test requires Windows")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user