Skip to content

Commit

Permalink
Node.js 18+ test corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
kkamkou committed Jan 12, 2024
1 parent 0f4894d commit 6a397af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gelf-pro",
"version": "1.3.10",
"version": "1.3.11",
"main": "./lib/gelf-pro.js",
"typings": "./typings/index.d.ts",
"author": "Kanstantsin Kamkou <kkamkou@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion test/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ module.exports = {

adapter.send(message, function (err, bytesSent) {
should.not.exist(err);
bytesSent.should.equal(14570);
bytesSent.should.be.above(14500);
sandbox.restore();
done();
});
Expand Down

0 comments on commit 6a397af

Please sign in to comment.