Skip to content

Commit 3d88d32

Browse files
one liner
1 parent 604182e commit 3d88d32

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/logging-winston/test/index.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,7 @@ describe('logging-winston', function() {
189189
loggingWinston.log(LEVEL, MESSAGE, error, assert.ifError);
190190
});
191191

192-
it('should append stack when metadata is err with empty message',
193-
function(done) {
192+
it('should use stack when metadata is err without message', function(done) {
194193
var error = {
195194
stack: 'the stack'
196195
};
@@ -233,4 +232,4 @@ describe('logging-winston', function() {
233232
loggingWinston.log(LEVEL, MESSAGE, METADATA, done);
234233
});
235234
});
236-
});
235+
});

0 commit comments

Comments
 (0)