Skip to content

Commit

Permalink
tests: delete reply
Browse files Browse the repository at this point in the history
  • Loading branch information
kayprogrammer committed Jan 23, 2025
1 parent 4a25e4e commit 0263096
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/books_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,7 @@ func TestBooks(t *testing.T) {
getReviewReplies(t, app, db, baseUrl)
replyReviewOrParagraphComment(t, app, db, baseUrl)
editReply(t, app, db, baseUrl)
deleteReply(t, app, db, baseUrl)

// Drop Tables and Close Connectiom
database.DropTables(db)
Expand Down

0 comments on commit 0263096

Please sign in to comment.