File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ describe('CompileFunctions', () => {
238238 func1 : {
239239 handler : 'func1' ,
240240 labels : {
241- test : 'label'
241+ test : 'label' ,
242242 } ,
243243 events : [
244244 { http : 'foo' } ,
@@ -259,7 +259,7 @@ describe('CompileFunctions', () => {
259259 url : 'foo' ,
260260 } ,
261261 labels : {
262- test : 'label'
262+ test : 'label' ,
263263 } ,
264264 } ,
265265 } ] ;
@@ -281,7 +281,7 @@ describe('CompileFunctions', () => {
281281 } ,
282282 } ;
283283 googlePackage . serverless . service . provider . labels = {
284- test : 'label'
284+ test : 'label' ,
285285 } ;
286286
287287 const compiledResources = [ {
@@ -297,7 +297,7 @@ describe('CompileFunctions', () => {
297297 url : 'foo' ,
298298 } ,
299299 labels : {
300- test : 'label'
300+ test : 'label' ,
301301 } ,
302302 } ,
303303 } ] ;
@@ -317,8 +317,8 @@ describe('CompileFunctions', () => {
317317 { http : 'foo' } ,
318318 ] ,
319319 labels : {
320- test : 'functionLabel'
321- }
320+ test : 'functionLabel' ,
321+ } ,
322322 } ,
323323 } ;
324324 googlePackage . serverless . service . provider . labels = {
You can’t perform that action at this time.
0 commit comments