Skip to content

Commit

Permalink
Fix typo in commented generating-expected-output code
Browse files Browse the repository at this point in the history
Signed-off-by: Joyce Quach <[email protected]>
  • Loading branch information
jtquach1 committed Nov 8, 2024
1 parent 078c006 commit 3f3011e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe('dbprotect_mapper_check', () => {
);

// fs.writeFileSync(
// 'sample_jsons/dbprotect_mapper/sample_input_report/dbprotect-check-hdf.json',
// 'sample_jsons/dbprotect_mapper/dbprotect-check-hdf.json',
// JSON.stringify(mapper.toHdf(), null, 2)
// );

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe('twistlock_mapper', () => {
);

// fs.writeFileSync(
// 'sample_jsons/twistlock_mapper/twistlock-twistcli-sample-1-hdf.json',
// 'sample_jsons/twistlock_mapper/twistlock-hdf.json',
// JSON.stringify(mapper.toHdf(), null, 2)
// );

Expand Down

0 comments on commit 3f3011e

Please sign in to comment.