Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update test/parallel/test-policy-integrity-flag.js
Co-Authored-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
  • Loading branch information
bmeck and vsemozhetbyt authored Jul 17, 2019
commit 56256e054b4989804a4e8958e0265fd97e81f7dd
2 changes: 1 addition & 1 deletion test/parallel/test-policy-integrity-flag.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const { spawnSync } = require('child_process');
const fs = require('fs');
const crypto = require('crypto');

const depPolicy =fixtures.path('policy', 'dep-policy.json');
const depPolicy = fixtures.path('policy', 'dep-policy.json');
const dep = fixtures.path('policy', 'dep.js');

const emptyHash = crypto.createHash('sha512');
Expand Down