Skip to content

Commit

Permalink
Merge branch 'master' into relative-date-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
repo-ranger[bot] authored Oct 8, 2022
2 parents cae28f4 + 96a93a6 commit 85ac968
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/pub/pub-points.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default class PubPoints extends BaseJsonService {
keywords,
documentation,
namedParams: { packageName: 'analysis_options' },
staticPreview: this.render({ grantedPoints: 120, maxPoints: 130 }),
staticPreview: this.render({ grantedPoints: 120, maxPoints: 140 }),
},
]

Expand Down
2 changes: 1 addition & 1 deletion services/pub/pub-points.tester.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ t.create('pub points (valid)')
.get('/analysis_options.json')
.expectBadge({
label: 'points',
message: Joi.string().regex(/^\d+\/130$/),
message: Joi.string().regex(/^\d+\/140$/),
})

t.create('pub points (not found)').get('/analysisoptions.json').expectBadge({
Expand Down

0 comments on commit 85ac968

Please sign in to comment.