refactoring more renaming

This commit is contained in:
Torkel Ödegaard
2017-06-19 17:30:54 -04:00
parent e0b9ba7554
commit c4a1803060
8 changed files with 25 additions and 25 deletions

View File

@ -116,8 +116,8 @@ func TestUserDataAccess(t *testing.T) {
So(len(query.Result), ShouldEqual, 1)
permQuery := &m.GetDashboardPermissionsQuery{DashboardId: 1}
err = GetDashboardPermissions(permQuery)
permQuery := &m.GetDashboardAclInfoListQuery{DashboardId: 1}
err = GetDashboardAclInfoList(permQuery)
So(err, ShouldBeNil)
So(len(permQuery.Result), ShouldEqual, 0)