Final touches
diff --git a/util_test.go b/util_test.go
index 8aa856a..5a15a00 100644
--- a/util_test.go
+++ b/util_test.go
@@ -2,13 +2,12 @@
 
 import (
 	"testing"
-	"time"
 
 	th "github.com/rackspace/gophercloud/testhelper"
 )
 
 func TestWaitFor(t *testing.T) {
-	err = WaitFor(5, func() (bool, error) {
+	err := WaitFor(5, func() (bool, error) {
 		return true, nil
 	})
 	th.CheckNoErr(t, err)