Skip to content

Commit

Permalink
Make bintray test more reliable (#2239)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmelnikow authored Oct 31, 2018
1 parent 07c5f47 commit 973eeb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/bintray/bintray.tester.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const Joi = require('joi')
const createServiceTester = require('../create-service-tester')
const { colorScheme } = require('../test-helpers')
const { isVPlusTripleDottedVersion } = require('../test-validators')
const { isVPlusDottedVersionNClauses } = require('../test-validators')

const t = createServiceTester()

Expand All @@ -14,7 +14,7 @@ t.create('version')
.expectJSONTypes(
Joi.object().keys({
name: 'bintray',
value: isVPlusTripleDottedVersion,
value: isVPlusDottedVersionNClauses,
})
)

Expand Down

0 comments on commit 973eeb0

Please sign in to comment.