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.
1 parent 3bc6dde commit afd5981Copy full SHA for afd5981
cgroup_test.go
@@ -291,7 +291,7 @@ func TestLoadWithMissingSubsystems(t *testing.T) {
291
t.Error("control is nil")
292
return
293
}
294
- if len(control.Subsystems()) != len(subsystems) - 1 {
+ if len(control.Subsystems()) != len(subsystems)-1 {
295
t.Error("wrong number of active subsystems")
296
297
0 commit comments