Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65ce98b + afd5981 commit 1152b96Copy full SHA for 1152b96
cgroup_test.go
@@ -295,7 +295,7 @@ func TestLoadWithMissingSubsystems(t *testing.T) {
295
t.Error("control is nil")
296
return
297
}
298
- if len(control.Subsystems()) != len(subsystems) - 1 {
+ if len(control.Subsystems()) != len(subsystems)-1 {
299
t.Error("wrong number of active subsystems")
300
301
0 commit comments