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 <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Antoine du Hamel <[email protected]>
Reviewed-By: LiviaMedeiros <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Juan José Arboleda <[email protected]>
  • Loading branch information
F3n67u authored and targos committed Jul 20, 2022
1 parent 4e34634 commit def932e
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 def932e

Please sign in to comment.