From 28d501d3322f024e21feded44a8d14dab2cc9df9 Mon Sep 17 00:00:00 2001 From: Sami Wagiaalla Date: Mon, 8 Jun 2015 11:13:57 -0400 Subject: [PATCH] Fix createTestingNS function name in godoc Signed-off-by: Sami Wagiaalla --- test/e2e/util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/util.go b/test/e2e/util.go index e3b194ed817..7230bc3c88c 100644 --- a/test/e2e/util.go +++ b/test/e2e/util.go @@ -321,7 +321,7 @@ func waitForPersistentVolumePhase(phase api.PersistentVolumePhase, c *client.Cli return fmt.Errorf("PersistentVolume %s not in phase %s within %v", pvName, phase, timeout) } -// createNS should be used by every test, note that we append a common prefix to the provided test name. +// createTestingNS should be used by every test, note that we append a common prefix to the provided test name. // Please see NewFramework instead of using this directly. func createTestingNS(baseName string, c *client.Client) (*api.Namespace, error) { namespaceObj := &api.Namespace{