Skip to content

Commit

Permalink
test: make the intent of the test more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
cmurczek-it committed Jul 2, 2019
1 parent 48df229 commit 64cb974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/verifyConditions/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ describe('@iteratec/semantic-release-docker', function() {
expect(dockerStub.checkAuth.firstCall.args[0]).to.deep.equal(expected);
});

it('should default to docker hub if no registry is specified', async function() {
it('should let docker decide which registry to use if none is specified', async function() {
const expected = {
password: 'topsecret',
serveraddress: '',
Expand Down

0 comments on commit 64cb974

Please sign in to comment.