mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
cmd/swarm: fix a typo in test
This commit is contained in:
parent
0c63b348d4
commit
ee990df27b
1 changed files with 1 additions and 1 deletions
|
|
@ -347,7 +347,7 @@ func testCLISwarmUpDefaultPath(toEncrypt bool, absDefaultPath bool, t *testing.T
|
||||||
}
|
}
|
||||||
|
|
||||||
if !found {
|
if !found {
|
||||||
t.Error("mainfest default entry was not found")
|
t.Error("manifest default entry was not found")
|
||||||
}
|
}
|
||||||
|
|
||||||
if entriesCount != 3 {
|
if entriesCount != 3 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue