Skip to content

Commit 0c79974

Browse files
lint
1 parent e3b7075 commit 0c79974

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/resource/test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ describe('Resource', function() {
143143
assert.deepEqual(calledWith.scopes, [
144144
'https://www.googleapis.com/auth/cloud-platform'
145145
]);
146-
assert.strictEqual(resource.projectIdRequired, false);
146+
assert.strictEqual(calledWith.projectIdRequired, false);
147147
assert.deepEqual(calledWith.packageJson, require('../package.json'));
148148
});
149149
});

0 commit comments

Comments
 (0)