Fix typo in GC integration tests

pull/6/head
Paul Morie 2016-06-17 10:20:49 -04:00
parent 7edb84c2eb
commit f0ead64881
1 changed files with 1 additions and 1 deletions

View File

@ -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