Skip to content

Commit

Permalink
update script
Browse files Browse the repository at this point in the history
  • Loading branch information
nitro-neal committed Jan 25, 2024
1 parent 230d4bd commit 791a956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-vector-validation/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { fileURLToPath } from 'node:url'
const __filename = fileURLToPath(import.meta.url)
const __dirname = path.dirname(__filename)

const vectorsDir = `${__dirname}/../../web5-test-vectors`
const vectorsDir = `${__dirname}/../../test-vectors`

let vectorsSchema = fs.readFileSync(`${vectorsDir}/vectors.schema.json`, 'utf8')
vectorsSchema = JSON.parse(vectorsSchema)
Expand Down

0 comments on commit 791a956

Please sign in to comment.