Skip to content

Commit

Permalink
test: use Object for tests variable in fs trace test
Browse files Browse the repository at this point in the history
PR-URL: #43585
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: LiviaMedeiros <livia@cirno.name>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
  • Loading branch information
F3n67u authored and targos committed Jul 31, 2022
1 parent b9649a4 commit 11df17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-trace-events-fs-sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const fs = require('fs');
const path = require('path');
const util = require('util');

const tests = new Array();
const tests = Object.create(null);

let gid = 1;
let uid = 1;
Expand Down

0 comments on commit 11df17c

Please sign in to comment.