Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
Lower case test names
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsomunozpomer committed Jul 8, 2019
1 parent f7684bc commit a3feb9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __test__/HeatmapView.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe(`HeatmapView`, () => {
selectedK: `1`
}

test(`Renders error if API request is unsuccessful`, () => {
test(`renders error if API request is unsuccessful`, () => {
const wrapper = shallow(<HeatmapView {...props} />)
expect(wrapper.exists(CalloutAlert)).toBe(true)
})
Expand Down

0 comments on commit a3feb9e

Please sign in to comment.