cmd/swarm: fix a typo in test

This commit is contained in:
Janos Guljas 2018-08-06 13:27:08 +02:00
parent 0c63b348d4
commit ee990df27b

View file

@ -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 {