Skip to content

Commit

Permalink
fix typo at test/unit/winston/transports/http.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mehtab39 committed Apr 28, 2024
1 parent c63a5ad commit dd43132
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/winston/transports/http.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ describe('Http({ host, port, path })', function () {

});

describe('bacth mode: max message', function () {
describe('batch mode: max message', function () {

beforeEach(function (done) {
context = mockHttpServer(done, [dummyLog, dummyLog, dummyLog, dummyLog, dummyLog]);
Expand Down Expand Up @@ -108,7 +108,7 @@ describe('Http({ host, port, path })', function () {

});

describe('bacth mode: timeout', function () {
describe('batch mode: timeout', function () {

beforeEach(function (done) {
context = mockHttpServer(done, [dummyLog, dummyLog]);
Expand Down

0 comments on commit dd43132

Please sign in to comment.