Skip to content

Commit 9b28f47

Browse files
ryehawkrives
authored andcommitted
Fix a typo in a test name
Signed-off-by: Kristofer Rye <[email protected]>
1 parent 7fdab7b commit 9b28f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/views/building-hours/lib/__tests__/parse-hours.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ it('will add a day to the close time with nextDay:true', () => {
3535
expect(close.isAfter(now)).toBe(true)
3636
})
3737

38-
describe('handles wierd times', () => {
38+
describe('handles weird times', () => {
3939
it('handles Friday at 4:30pm', () => {
4040
const now = dayMoment('Fri 4:30pm')
4141
const input = {days: [], from: '10:00am', to: '2:00am'}

0 commit comments

Comments
 (0)