Skip to content

Commit 510d8ab

Browse files
Ramkishor Chaladiallmightyspiff
authored andcommitted
Update plugin/commands/user/permissions_test.go
As suggested, committing the changes. Co-authored-by: CHRISTOPHER GALLO <cgallo@us.ibm.com>
1 parent 18e58bd commit 510d8ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/commands/user/permissions_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ var _ = Describe("User Permissions", func() {
111111
It("return not equal user permissions", func() {
112112
err := testhelpers.RunCobraCommand(cliCommand.Command, "123")
113113
Expect(err).NotTo(HaveOccurred())
114-
Expect(fakeUI.Outputs()).To(Not(Equal("ACCOUNT_SUMMARY_VIEW")))
114+
Expect(fakeUI.Outputs()).NotTo(Equal("ACCOUNT_SUMMARY_VIEW"))
115115
Expect(fakeUI.Outputs()).To(Not(Equal("REQUEST_COMPLIANCE_REPORT")))
116116
Expect(fakeUI.Outputs()).To(Not(Equal("COMPANY_EDIT")))
117117
Expect(fakeUI.Outputs()).To(Not(Equal("ONE_TIME_PAYMENTS")))

0 commit comments

Comments
 (0)