Rename chain test case

This commit is contained in:
Krishna Upadhyaya 2022-01-24 14:00:09 +05:30 committed by Victor Castell
parent d7ebe2fca1
commit 98b71173df

View file

@ -4,7 +4,7 @@ import (
"testing" "testing"
) )
func TestImportFromFile(t *testing.T) { func TestChain_ImportFromFile(t *testing.T) {
type args struct { type args struct {
filename string filename string
} }