diff --git a/tests/block_test.go b/tests/block_test.go index 0ba0aefa210bd9e3ff6cfbebae29832f4aa7329e..d17cab477996c22d73db1100c8390bb6bf29078b 100644 --- a/tests/block_test.go +++ b/tests/block_test.go @@ -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 {