mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-20 11:46:44 +00:00
cmd/utils: fix test
This commit is contained in:
parent
5bc59de935
commit
5c76ce3566
1 changed files with 3 additions and 1 deletions
|
|
@ -52,7 +52,9 @@ func Test_SplitTagsFlag(t *testing.T) {
|
|||
{
|
||||
"garbage",
|
||||
"smth=smthelse=123",
|
||||
map[string]string{},
|
||||
map[string]string{
|
||||
"smth": "smthelse=123",
|
||||
},
|
||||
},
|
||||
}
|
||||
for _, tt := range tests {
|
||||
|
|
|
|||
Loading…
Reference in a new issue