Skip to content

Commit

Permalink
line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
billjohnston committed May 31, 2020
1 parent 48e6efd commit 5b35c5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __tests__/putItem.dynalite.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ describe('put item integration test', () => {
expect(scan).toMatchSnapshot()
})

})
})
2 changes: 1 addition & 1 deletion __tests__/util/dynalite.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ module.exports.DocumentClient = new AWS.DynamoDB.DocumentClient({
endpoint: 'http://localhost:4567',
region: 'us-east-1',
credentials: new AWS.Credentials({ accessKeyId: 'test', secretAccessKey: 'test' }),
})
})

0 comments on commit 5b35c5e

Please sign in to comment.