Skip to content

Commit

Permalink
update projectTeam example
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus committed Nov 24, 2014
1 parent 9453d09 commit 98bcd6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/storage/acl.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,10 @@ describe('storage/acl', function() {

describe('makeAclObject_', function() {
it('should return an ACL object from an API response', function() {
var projectTeam = 'projectteam283748374';
var projectTeam = {
projectNumber: '283748374',
team: 'awesome'
};

var apiResponse = {
scope: SCOPE,
Expand Down

0 comments on commit 98bcd6e

Please sign in to comment.