fix: remove sql injection

This commit is contained in:
Deluan 2020-03-25 20:33:32 -04:00 committed by Deluan Quintão
parent dc973ae670
commit 5331732236
5 changed files with 43 additions and 11 deletions

View file

@ -21,7 +21,7 @@ var _ = Describe("PlaylistRepository", func() {
})
})
Describe("Exist", func() {
Describe("Exists", func() {
It("returns true for an existing playlist", func() {
Expect(repo.Exists("11")).To(BeTrue())
})