Skip to content

Commit 9d62097

Browse files
test: update terms
1 parent 4697584 commit 9d62097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compute/test/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2552,7 +2552,7 @@ describe('Compute', function() {
25522552
});
25532553

25542554
describe('project', function() {
2555-
it('should return a Region object', function() {
2555+
it('should return a Project object', function() {
25562556
var project = compute.project();
25572557
assert(project instanceof FakeProject);
25582558
assert.strictEqual(project.calledWith_[0], compute);

0 commit comments

Comments
 (0)