Rename domain to model
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
package persistence
|
||||
|
||||
import (
|
||||
"github.com/cloudsonic/sonic-server/domain"
|
||||
"github.com/cloudsonic/sonic-server/model"
|
||||
. "github.com/onsi/ginkgo"
|
||||
. "github.com/onsi/gomega"
|
||||
)
|
||||
|
||||
var _ = Describe("ChecksumRepository", func() {
|
||||
var repo domain.CheckSumRepository
|
||||
var repo model.CheckSumRepository
|
||||
|
||||
BeforeEach(func() {
|
||||
Db().Delete(&Checksum{ID: checkSumId})
|
||||
|
||||
Reference in New Issue
Block a user