Skip to content

Commit ed73c92

Browse files
committed
Make test labels consistent
1 parent 595198a commit ed73c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/indexTest.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe('moveDodgerLeft()', () => {
1616
})
1717
})
1818

19-
describe('moveDodgerRight', () => {
19+
describe('moveDodgerRight()', () => {
2020
beforeEach(() => {
2121
dodger = document.getElementById('dodger')
2222
})

0 commit comments

Comments
 (0)