Fixes typo
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user