diff --git a/fabric-client/test/Contants.js b/fabric-client/test/Constants.js similarity index 99% rename from fabric-client/test/Contants.js rename to fabric-client/test/Constants.js index a1ff2c163a..a3f0e8ca82 100644 --- a/fabric-client/test/Contants.js +++ b/fabric-client/test/Constants.js @@ -33,7 +33,7 @@ describe('Constants', () => { Constants.SYSTEM_CHANNEL_NAME.should.equal('testchainid'); }); - it('should set the correct NetworkConfig.ENDORSING_PEER_ROLE contant', () => { + it('should set the correct NetworkConfig.ENDORSING_PEER_ROLE constant', () => { Constants.NetworkConfig.ENDORSING_PEER_ROLE.should.equal('endorsingPeer'); });