Skip to content

Commit

Permalink
tests: fix safety check Anchor.toml wallet field (#1752)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-schaaf authored Apr 10, 2022
1 parent d1ddf8e commit 7dea387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/safety-checks/Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ url = "https://anchor.projectserum.com"

[provider]
cluster = "localnet"
wallet = "/home/armaniferrante/.config/solana/id.json"
wallet = "~/.config/solana/id.json"

[scripts]
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"

0 comments on commit 7dea387

Please sign in to comment.