Skip to content

Commit 225ea3f

Browse files
committed
fix test name for clarity
1 parent d94741e commit 225ea3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/api-server/test/streams.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,8 @@ describe('streams', function () {
283283
});
284284

285285
// Test added to verify fix of issue#29
286-
it('must return an error if the given predefined stream\'s parentId ' +
287-
'is the empty string ""', function (done) {
286+
it('must return an error if the new stream\'s parentId ' +
287+
'is the empty string', function (done) {
288288
var data = {
289289
name: 'zero-length parentId string Stream',
290290
parentId: ''

0 commit comments

Comments
 (0)