Update docs

This commit is contained in:
Gabriel Adrian Samfira 2022-10-13 19:06:25 +00:00
parent afb2bd9ab8
commit 95379b81bc
No known key found for this signature in database
GPG key ID: 7D073DCC2C074CB5
4 changed files with 40 additions and 3 deletions

View file

@ -288,7 +288,7 @@ func (s *OrgTestSuite) TestListOrganizationsDBFetchErr() {
s.assertSQLMockExpectations()
s.Require().NotNil(err)
s.Require().Equal("fetching user from database: fetching user from database mock error", err.Error())
s.Require().Equal("fetching org from database: fetching user from database mock error", err.Error())
}
func (s *OrgTestSuite) TestDeleteOrganization() {