Skip to content

Commit 5f255d8

Browse files
cthow83Copilot
andauthored
Update tests/events.test.js
Co-authored-by: Copilot <[email protected]>
1 parent ffd2936 commit 5f255d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/events.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ describe('Event files', () => {
6161
})
6262
})
6363

64-
test('An event with an invalid start time retunrs TBD', () => {
64+
test('An event with an invalid start time returns TBD', () => {
6565
const event = testTypewindEvent
6666
const parsedEvent = parseEvent(event)
6767
expect(parsedEvent).toEqual(

0 commit comments

Comments
 (0)