From 4d1326240501312d60bce184db7f63d9e5cfae49 Mon Sep 17 00:00:00 2001
From: Daniel J Walsh <dwalsh@redhat.com>
Date: Fri, 21 Dec 2018 10:27:54 -0500
Subject: Change all 'can not' to 'cannot' for proper usage

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
---
 test/utils/common_function_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'test')

diff --git a/test/utils/common_function_test.go b/test/utils/common_function_test.go
index 1648a4899..98cb43188 100644
--- a/test/utils/common_function_test.go
+++ b/test/utils/common_function_test.go
@@ -36,7 +36,7 @@ var _ = Describe("Common functions test", func() {
 
 	It("Test SystemExec", func() {
 		session := SystemExec(GoechoPath, []string{})
-		Expect(session.Command.Process).ShouldNot(BeNil(), "SystemExec can not start a process")
+		Expect(session.Command.Process).ShouldNot(BeNil(), "SystemExec cannot start a process")
 	})
 
 	It("Test StringInSlice", func() {
-- 
cgit v1.2.3-54-g00ecf