Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit 3586db1

Browse files
author
Jamie Hannaford
committed
Final touches
1 parent 0ad6e0f commit 3586db1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

util_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@ package gophercloud
22

33
import (
44
"testing"
5-
"time"
65

76
th "github.com/rackspace/gophercloud/testhelper"
87
)
98

109
func TestWaitFor(t *testing.T) {
11-
err = WaitFor(5, func() (bool, error) {
10+
err := WaitFor(5, func() (bool, error) {
1211
return true, nil
1312
})
1413
th.CheckNoErr(t, err)

0 commit comments

Comments
 (0)