Skip to content

Commit

Permalink
🌱 Update Go version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dumindu committed May 12, 2024
1 parent c050e02 commit 0de271a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/resource/book/repository_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func TestRepository_Read(t *testing.T) {
AddRow(id, "Book1", "Author1")

mock.ExpectQuery("^SELECT (.+) FROM \"books\" WHERE (.+)").
WithArgs(id).
WithArgs(id, 1).
WillReturnRows(mockRows)

book, err := repo.Read(id)
Expand Down

0 comments on commit 0de271a

Please sign in to comment.