Skip to content

Commit

Permalink
Self review: remove an unneeded assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
webbnh committed Mar 28, 2024
1 parent c9868e6 commit d6353ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion connector_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,6 @@ func TestHostCgroupNs(t *testing.T) {
assert.Equals(t, time.Now().Before(end), true)
time.Sleep(1 * time.Second)
}
assert.NotNil(t, podmanCgroupNs)
assert.Equals(t, userCgroupNs, podmanCgroupNs)
}

Expand Down

0 comments on commit d6353ac

Please sign in to comment.