From f0ead6488100d92c41340b47fd27345783daed3b Mon Sep 17 00:00:00 2001 From: Paul Morie Date: Fri, 17 Jun 2016 10:20:49 -0400 Subject: [PATCH] Fix typo in GC integration tests --- test/integration/garbage_collector_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/garbage_collector_test.go b/test/integration/garbage_collector_test.go index 861f88df85..dda8969c34 100644 --- a/test/integration/garbage_collector_test.go +++ b/test/integration/garbage_collector_test.go @@ -250,7 +250,7 @@ func TestCascadingDeletion(t *testing.T) { // This test simulates the case where an object is created with an owner that // doesn't exist. It verifies the GC will delete such an object. -func TestCreateWithNonExisitentOwner(t *testing.T) { +func TestCreateWithNonExistentOwner(t *testing.T) { gc, clientSet := setup(t) oldEnableGarbageCollector := registry.EnableGarbageCollector registry.EnableGarbageCollector = true