Fixes typo
This commit is contained in:
parent
9260a8b9ed
commit
29519fe22f
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ func TestIndexRepository(t *testing.T) {
|
||||||
|
|
||||||
So(s, shouldBeEqual, i)
|
So(s, shouldBeEqual, i)
|
||||||
})
|
})
|
||||||
Convey("It should be able to check for existance of an Id", func() {
|
Convey("It should be able to check for existence of an Id", func() {
|
||||||
i := &domain.ArtistIndex{Id: "123"}
|
i := &domain.ArtistIndex{Id: "123"}
|
||||||
|
|
||||||
repo.Put(i)
|
repo.Put(i)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue