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

@ -24,7 +24,7 @@ var _ = Describe("ArtistRepository", func() {
})
})
Describe("Exist", func() {
Describe("Exists", func() {
It("returns true for an artist that is in the DB", func() {
Expect(repo.Exists("3")).To(BeTrue())
})