spelling: existent

This commit is contained in:
Josh Soref
2018-03-11 18:30:37 +00:00
parent 399bc6d413
commit ac40c42533
27 changed files with 54 additions and 54 deletions

View File

@@ -189,7 +189,7 @@ func TestNodeStatusCommand_Fails(t *testing.T) {
}
ui.ErrorWriter.Reset()
// Fails on non-existent node
// Fails on non-Existent node
if code := cmd.Run([]string{"-address=" + url, "12345678-abcd-efab-cdef-123456789abc"}); code != 1 {
t.Fatalf("expected exit 1, got: %d", code)
}