Skip to content

Commit

Permalink
Renaming and add pagination test
Browse files Browse the repository at this point in the history
Refactor mongo definition search pagination test to be reused for both
paged and trimmed mongo definition store tests
  • Loading branch information
qtomlinson committed Feb 23, 2023
1 parent ffb4de2 commit 81ace7d
Show file tree
Hide file tree
Showing 4 changed files with 281 additions and 226 deletions.
2 changes: 1 addition & 1 deletion providers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
azure: require('../providers/stores/azblobConfig').definition,
file: require('../providers/stores/fileConfig').definition,
mongo: require('../providers/stores/mongoConfig').definitionPaged,
mongotrimmed: require('../providers/stores/mongoConfig').definitionTrimmed,
mongoTrimmed: require('../providers/stores/mongoConfig').definitionTrimmed,
dispatch: require('../providers/stores/dispatchConfig')
},
attachment: {
Expand Down
Loading

0 comments on commit 81ace7d

Please sign in to comment.