We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4697584 commit 9d62097Copy full SHA for 9d62097
1 file changed
packages/compute/test/index.js
@@ -2552,7 +2552,7 @@ describe('Compute', function() {
2552
});
2553
2554
describe('project', function() {
2555
- it('should return a Region object', function() {
+ it('should return a Project object', function() {
2556
var project = compute.project();
2557
assert(project instanceof FakeProject);
2558
assert.strictEqual(project.calledWith_[0], compute);
0 commit comments