mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +00:00
fix all the typos across the project
This commit is contained in:
@@ -86,7 +86,7 @@ func TestDeleteBindings(t *testing.T) {
|
||||
// Get nil bindings
|
||||
bindings := cache.GetBindings(pod, "node1")
|
||||
if bindings != nil {
|
||||
t.Errorf("Test failed: expected inital nil bindings, got %+v", bindings)
|
||||
t.Errorf("Test failed: expected initial nil bindings, got %+v", bindings)
|
||||
}
|
||||
|
||||
// Delete nothing
|
||||
|
||||
Reference in New Issue
Block a user