File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,14 +38,14 @@ var _ = Describe("Record add", func() {
3838 It ("return error" , func () {
3939 err := testhelpers .RunCobraCommand (cliCommand .Command )
4040 Expect (err ).To (HaveOccurred ())
41- Expect (err .Error ()).To (ContainSubstring ("Incorrect Usage: This command requires four arguments." ))
41+ Expect (err .Error ()).To (ContainSubstring ("Incorrect Usage : This command requires four arguments." ))
4242 })
4343 })
4444 Context ("Record add with not enough parameters" , func () {
4545 It ("return error" , func () {
4646 err := testhelpers .RunCobraCommand (cliCommand .Command , "abc.com" )
4747 Expect (err ).To (HaveOccurred ())
48- Expect (err .Error ()).To (ContainSubstring ("Incorrect Usage: This command requires four arguments." ))
48+ Expect (err .Error ()).To (ContainSubstring ("Incorrect Usage : This command requires four arguments." ))
4949 })
5050 })
5151
You can’t perform that action at this time.
0 commit comments