Skip to content

Commit

Permalink
Fix region tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry authored Mar 7, 2018
1 parent c91fef0 commit b05cc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/helloworld/test/sample.system.storage.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ test.serial(`helloGCS: should print deleted message`, async (t) => {
const logs = childProcess.execSync(`${baseCmd} logs read helloGCS --start-time ${startTime}`).toString();
t.true(logs.includes(`File ${gcsFileName} deleted`));
});
// [START functions_storage_system_test]
// [END functions_storage_system_test]

0 comments on commit b05cc5b

Please sign in to comment.