Skip to content

Commit

Permalink
updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav-chawla committed Jun 3, 2019
1 parent 7924973 commit 37fcb8f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@ import (

const spec = `
kinesis:
- name: mykin
- Name: mykin
shardcount: 5
streamname: myEventStream
deployment:
- name: mydep
dependencies:
- fromresource: mykin
fromfield: Arn
tofield: KinesisArn
- Name: mydep
Dependencies:
- FromResource: mykin
FromField: Arn
ToField: KinesisArn
dynamo:
- name: mydyn
- Name: mydyn
tablename: myDynamoTable
`

const overrideSpec = `
kinesis:
- name: mykin
- Name: mykin
shardcount: 10
`

Expand Down

0 comments on commit 37fcb8f

Please sign in to comment.