Skip to content

Commit 64cb974

Browse files
committed
test: make the intent of the test more clear
1 parent 48df229 commit 64cb974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/verifyConditions/index.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ describe('@iteratec/semantic-release-docker', function() {
101101
expect(dockerStub.checkAuth.firstCall.args[0]).to.deep.equal(expected);
102102
});
103103

104-
it('should default to docker hub if no registry is specified', async function() {
104+
it('should let docker decide which registry to use if none is specified', async function() {
105105
const expected = {
106106
password: 'topsecret',
107107
serveraddress: '',

0 commit comments

Comments
 (0)