mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
fix syntax error after merge
This commit is contained in:
parent
d229f2ae26
commit
cc479b8840
1 changed files with 2 additions and 0 deletions
|
|
@ -408,6 +408,8 @@ func TestBlockReceipts(t *testing.T) {
|
||||||
|
|
||||||
if receipts[0].BlockHash != blocks[1].Hash() {
|
if receipts[0].BlockHash != blocks[1].Hash() {
|
||||||
t.Fatalf("BlockReceipts block hash mismatch, got %v, want %v", receipts[0].BlockHash, blocks[1].Hash())
|
t.Fatalf("BlockReceipts block hash mismatch, got %v, want %v", receipts[0].BlockHash, blocks[1].Hash())
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
func TestChainID(t *testing.T) {
|
func TestChainID(t *testing.T) {
|
||||||
backend, _ := newTestBackend(t, false)
|
backend, _ := newTestBackend(t, false)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue