Skip to content

Commit

Permalink
[FABN-933] fix filename typo
Browse files Browse the repository at this point in the history
The filename fabric-client/test/Contants.js seems to have a typo,
probably expected to be fabric-client/test/Constants.js.
So let's fix it to improve code quality.

Change-Id: I44fe4b9e79beed6f4173fe045a5a381330c0238b
Signed-off-by: Naoya Horiguchi <[email protected]>
  • Loading branch information
Naoya Horiguchi committed Sep 25, 2018
1 parent 8472880 commit 58d5b81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
});

Expand Down

0 comments on commit 58d5b81

Please sign in to comment.