Skip to content

Commit 3322fe9

Browse files
Ramkishor ChaladiRamkishor Chaladi
authored andcommitted
added space before :
1 parent 3dc679c commit 3322fe9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugin/commands/dns/record_add_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)