diff --git a/persistence/index_repository_test.go b/persistence/index_repository_test.go index c849eb7a1..cb73efdbf 100644 --- a/persistence/index_repository_test.go +++ b/persistence/index_repository_test.go @@ -24,7 +24,7 @@ func TestIndexRepository(t *testing.T) { 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"} repo.Put(i)