Skip to content

Commit 07cb896

Browse files
change test description
1 parent deb29c3 commit 07cb896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/cli-facade-publish.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ describe('cli : facade : publish', () => {
102102
});
103103
});
104104

105-
it('should take precedence the registries set through options', done => {
105+
it('should take precedence over the registries set through oc.json', done => {
106106
sinon.stub(registry, 'putComponent').yields(null, 'ok');
107107
execute(
108108
() => {

0 commit comments

Comments
 (0)