()
| 185 | } |
| 186 | |
| 187 | func teamSpaceUsage() *users.SpaceUsage { |
| 188 | return users.NewSpaceUsage(4096, &users.SpaceAllocation{ |
| 189 | Tagged: dropbox.Tagged{Tag: users.SpaceAllocationTeam}, |
| 190 | Team: &users.TeamSpaceAllocation{ |
| 191 | Used: 2048, |
| 192 | Allocated: 8192, |
| 193 | UserWithinTeamSpaceAllocated: 4096, |
| 194 | UserWithinTeamSpaceUsedCached: 1024, |
| 195 | UserWithinTeamSpaceLimitType: &team_common.MemberSpaceLimitType{ |
| 196 | Tagged: dropbox.Tagged{Tag: "alert_only"}, |
| 197 | }, |
| 198 | }, |
| 199 | }) |
| 200 | } |
no outgoing calls
no test coverage detected