Skip to content

Commit

Permalink
Merge branch 'B-21961-Add-Roles-To-Requested-Office-Users-List-Sortin…
Browse files Browse the repository at this point in the history
…g' into B-21961-Add-Roles-To-Requested-Office-Users-List-Sorting-INT
  • Loading branch information
TevinAdams committed Jan 30, 2025
2 parents 5e52255 + 7dafc75 commit ff22e47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/models/roles/roles_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,5 @@ func (suite *RolesSuite) TestFindRoles() {
userRoles, err := m.FindRoles(suite.DB(), "Ta")

suite.NoError(err)
suite.Equal(2, len(userRoles), userRoles)

suite.GreaterOrEqual(len(userRoles), 2)
}

0 comments on commit ff22e47

Please sign in to comment.