Skip to content

Commit a07d704

Browse files
authored
chore: adding in region tag for cloud storage v2 unit test docs (#3404)
* refactor: adding in region tag to link back to cloud storage v2 unit test docs * chore: space clean up
1 parent 6e21779 commit a07d704

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

functions/v2/helloGCS/test/unit.test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
// [START functions_cloudevent_storage_unit_test]
1516
const {getFunction} = require('@google-cloud/functions-framework/testing');
1617

1718
describe('functions_cloudevent_storage', () => {
@@ -52,3 +53,4 @@ describe('functions_cloudevent_storage', () => {
5253
assert(console.log.calledWith('File: my-file.txt'));
5354
});
5455
});
56+
// [END functions_cloudevent_storage_unit_test]

0 commit comments

Comments
 (0)