Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Rename UT Suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Rodrigues committed Oct 22, 2012
1 parent 11f0ce6 commit 5c5bcfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cli/commands/generate-psm1-utils-test.js
Expand Up @@ -17,7 +17,7 @@ var assert = require('assert');

var generatePsm1 = require('../../../lib/cli/generate-psm1-utils');

suite('sharedkey-tests', function () {
suite('generate-psm1', function () {
test('getNormalizedParameterName', function (done) {
assert.equal(generatePsm1.getNormalizedParameterName('p#p#p'), 'ppp');
assert.equal(generatePsm1.getNormalizedParameterName('p,p,p'), 'ppp');
Expand Down

0 comments on commit 5c5bcfb

Please sign in to comment.