satellite/repair: move test files (#2649)
This commit is contained in:
parent
5d0816430f
commit
dd7c8610bb
4
.github/CODEOWNERS
vendored
4
.github/CODEOWNERS
vendored
@ -2,7 +2,7 @@
|
||||
/storagenode/ @aleitner
|
||||
|
||||
# audits
|
||||
/pkg/audit/ @navillasa
|
||||
/satellite/audit/ @navillasa
|
||||
|
||||
# node identity
|
||||
/pkg/certificates/ @bryanchriswhite
|
||||
@ -11,7 +11,7 @@
|
||||
/pkg/transport/ @bryanchriswhite
|
||||
|
||||
# repair
|
||||
/pkg/datarepair/ @jenlij
|
||||
/satellite/repair/ @jenlij
|
||||
|
||||
# kademlia
|
||||
/pkg/kademlia/ @jenlij
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Copyright (C) 2019 Storj Labs, Inc.
|
||||
// See LICENSE for copying information.
|
||||
|
||||
package datarepair
|
||||
package repair
|
||||
|
||||
// Empty file to workaround coverpkg issue https://golang.org/issue/27333
|
@ -1,7 +1,7 @@
|
||||
// Copyright (C) 2019 Storj Labs, Inc.
|
||||
// See LICENSE for copying information.
|
||||
|
||||
package datarepair_test
|
||||
package repair_test
|
||||
|
||||
import (
|
||||
"context"
|
@ -4,9 +4,9 @@
|
||||
package kvmetainfo
|
||||
|
||||
import (
|
||||
"storj.io/storj/pkg/storage/buckets"
|
||||
"storj.io/storj/uplink/eestream"
|
||||
"storj.io/storj/uplink/metainfo"
|
||||
"storj.io/storj/uplink/storage/buckets"
|
||||
"storj.io/storj/uplink/storage/streams"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user