commit | 3586db12455f04fec94fd4e5246a1c3e7fb7935b | [log] [tgz] |
---|---|---|
author | Jamie Hannaford <jamie.hannaford@rackspace.com> | Tue Oct 28 17:29:00 2014 +0100 |
committer | Jamie Hannaford <jamie.hannaford@rackspace.com> | Tue Oct 28 17:29:00 2014 +0100 |
tree | ff625e66a07ac20fcf1e3593bcfc085e1b69ba56 | |
parent | 0ad6e0fc29c0824d821b44ff0c3c56b733a01f2b [diff] |
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)