style(cli): fixed typos

This commit is contained in:
bergquist
2016-03-08 14:30:25 +01:00
parent d7a72e30c0
commit 2fcb8b849e
2 changed files with 11 additions and 11 deletions
@@ -19,7 +19,7 @@ func TestFoldernameReplacement(t *testing.T) {
Convey("should be replaced with plugin name", func() {
for k, v := range paths {
So(RemoveGitBuildFromname(pluginName, k), ShouldEqual, v)
So(RemoveGitBuildFromName(pluginName, k), ShouldEqual, v)
}
})
})
@@ -32,7 +32,7 @@ func TestFoldernameReplacement(t *testing.T) {
Convey("should be replaced with plugin name", func() {
for k, v := range paths {
So(RemoveGitBuildFromname(pluginName, k), ShouldEqual, v)
So(RemoveGitBuildFromName(pluginName, k), ShouldEqual, v)
}
})
})