mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Formatting, oh my
This commit is contained in:
parent
969c6712ce
commit
3d3d5bbd25
1 changed files with 2 additions and 2 deletions
|
|
@ -93,7 +93,7 @@ func TestAccountImport(t *testing.T) {
|
||||||
bytes64 := "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef"
|
bytes64 := "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef"
|
||||||
success := "Address: {fcad0b19bb29d4674531d6f115237e16afce377c}\n"
|
success := "Address: {fcad0b19bb29d4674531d6f115237e16afce377c}\n"
|
||||||
failureTemplate := "Fatal: Failed to load the private key: expected 64 bytes, got %v\n"
|
failureTemplate := "Fatal: Failed to load the private key: expected 64 bytes, got %v\n"
|
||||||
tests := []struct{
|
tests := []struct {
|
||||||
key string
|
key string
|
||||||
result string
|
result string
|
||||||
}{
|
}{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue