mirror of
https://github.com/navidrome/navidrome.git
synced 2026-06-02 07:01:36 +00:00
Fixes typo
This commit is contained in:
parent
9260a8b9ed
commit
29519fe22f
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user