mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
Rename chain test case
This commit is contained in:
parent
d7ebe2fca1
commit
98b71173df
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import (
|
|||
"testing"
|
||||
)
|
||||
|
||||
func TestImportFromFile(t *testing.T) {
|
||||
func TestChain_ImportFromFile(t *testing.T) {
|
||||
type args struct {
|
||||
filename string
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue