19297: Raises an error only when no object types have the requested attribute.
[arvados.git] / services / keep-balance / change_set_test.go
index 6421a4d5dade60aab269690bc0f3ed2833685cde..5474d29fb57e2d64a67286382b1d53907afe3ae7 100644 (file)
@@ -2,12 +2,12 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-package main
+package keepbalance
 
 import (
        "encoding/json"
 
-       "git.curoverse.com/arvados.git/sdk/go/arvados"
+       "git.arvados.org/arvados.git/sdk/go/arvados"
 
        check "gopkg.in/check.v1"
 )