Skip to content

Commit

Permalink
Merge pull request #2482 from aliraza556/feature-unit-test
Browse files Browse the repository at this point in the history
[Unit Tests]: `GetBountiesCountByFeatureAndPhaseUuid` and `GetFeatureStories`
  • Loading branch information
humansinstitute authored Jan 22, 2025
2 parents c026b25 + 4ce5e81 commit 5a521c0
Show file tree
Hide file tree
Showing 2 changed files with 590 additions and 0 deletions.
2 changes: 2 additions & 0 deletions db/test_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ func CleanTestData() {

TestDB.db.Exec("DELETE FROM notifications")

TestDB.db.Exec("DELETE FROM feature_stories")

TestDB.db.Exec("DELETE FROM text_snippets")
}

Expand Down
Loading

0 comments on commit 5a521c0

Please sign in to comment.