瀏覽代碼

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

Paul 3 年之前
父節點
當前提交
7dea38712e
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"