We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d94741e commit 225ea3fCopy full SHA for 225ea3f
components/api-server/test/streams.test.js
@@ -283,8 +283,8 @@ describe('streams', function () {
283
});
284
285
// 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) {
+ it('must return an error if the new stream\'s parentId ' +
+ 'is the empty string', function (done) {
288
var data = {
289
name: 'zero-length parentId string Stream',
290
parentId: ''
0 commit comments