mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-25 20:32:56 +00:00
Add wrapper for BlockTests/bcWalletTest.json
This commit is contained in:
parent
1d51cada3c
commit
6a72cd45e2
1 changed files with 4 additions and 0 deletions
|
|
@ -48,6 +48,10 @@ func TestBcTotalDifficulty(t *testing.T) {
|
|||
runBlockTestsInFile("files/BlockTests/bcTotalDifficultyTest.json", []string{}, t)
|
||||
}
|
||||
|
||||
func TestBcWallet(t *testing.T) {
|
||||
runBlockTestsInFile("files/BlockTests/bcWalletTest.json", []string{}, t)
|
||||
}
|
||||
|
||||
func runBlockTestsInFile(filepath string, snafus []string, t *testing.T) {
|
||||
bt, err := LoadBlockTests(filepath)
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Reference in a new issue