interface tests belong to the interface, not the implementation (#1794)

This commit is contained in:
Egon Elbre 2019-04-23 11:47:16 +03:00 committed by GitHub
parent 33ed8ca4c9
commit bdd0d778eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
// Copyright (C) 2019 Storj Labs, Inc.
// See LICENSE for copying information.
package satellitedb_test
package queue_test
import (
"sort"

View File

@ -1,7 +1,7 @@
// Copyright (C) 2019 Storj Labs, Inc.
// See LICENSE for copying information.
package satellitedb_test
package orders_test
import (
"testing"