Parcourir la source

tests: fix safety check Anchor.toml wallet field (#1752)

Paul il y a 3 ans
Parent
commit
7dea38712e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      tests/safety-checks/Anchor.toml

+ 1 - 1
tests/safety-checks/Anchor.toml

@@ -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"