Skip to content

Commit

Permalink
fix test issue
Browse files Browse the repository at this point in the history
Signed-off-by: jason yang <[email protected]>
  • Loading branch information
JasonYangShadow committed Oct 19, 2023
1 parent 25e70e0 commit 7f07bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cgroup/cgroup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func TestCgroup(t *testing.T) {
funcs, err := cgroup.CreateStats()
require.NoError(t, err)
require.NotEmpty(t, funcs)
require.Len(t, funcs, 4)
require.Len(t, funcs, 5)

var buffer bytes.Buffer
_, err = cgroup.Marshal(&buffer)
Expand Down

0 comments on commit 7f07bb3

Please sign in to comment.