Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
Signed-off-by: wang yan <wangyan@vmware.com>
  • Loading branch information
wy65701436 committed May 13, 2024
1 parent a5f0835 commit adf6694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pkg/project/dao/dao_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ func (suite *DaoTestSuite) TestListAdminRolesOfUser() {
}
roles, err := suite.dao.ListAdminRolesOfUser(orm.Context(), userTest)
suite.Nil(err)
suite.Len(roles, 1)
suite.Len(roles, 2)
})
})
}
Expand Down

0 comments on commit adf6694

Please sign in to comment.