Skip to content

Commit

Permalink
fix typo at test/unit/winston/transports/http.test.js (#2453)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehtab39 committed Apr 30, 2024
1 parent d89a34e commit 1d5d527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/winston/transports/http.test.js
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 1d5d527

Please sign in to comment.