Skip to content

Commit

Permalink
Fix typo in GC integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pmorie committed Jun 17, 2016
1 parent 7edb84c commit f0ead64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/garbage_collector_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0ead64

Please sign in to comment.