Skip to content

Commit 1d5d527

Browse files
authored
fix typo at test/unit/winston/transports/http.test.js (#2453)
1 parent d89a34e commit 1d5d527

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/winston/transports/http.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ describe('Http({ host, port, path })', function () {
7979

8080
});
8181

82-
describe('bacth mode: max message', function () {
82+
describe('batch mode: max message', function () {
8383

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

109109
});
110110

111-
describe('bacth mode: timeout', function () {
111+
describe('batch mode: timeout', function () {
112112

113113
beforeEach(function (done) {
114114
context = mockHttpServer(done, [dummyLog, dummyLog]);

0 commit comments

Comments
 (0)