Index: service/datastore/query_test.go |
diff --git a/service/datastore/query_test.go b/service/datastore/query_test.go |
index f0dbcd68a37df75ebc42c0c6190a19ad352f76a5..9e16edc97d559b442d2894bdc0a9e853bb753680 100644 |
--- a/service/datastore/query_test.go |
+++ b/service/datastore/query_test.go |
@@ -8,7 +8,7 @@ import ( |
"math" |
"testing" |
- "github.com/luci/luci-go/common/parallel" |
+ "github.com/luci/luci-go/common/sync/parallel" |
. "github.com/luci/luci-go/common/testing/assertions" |
. "github.com/smartystreets/goconvey/convey" |
) |