소스 검색

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"