Skip to content

Commit 07a4500

Browse files
committed
chore: typo in test
1 parent 919a2eb commit 07a4500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/responses.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ afterEach(() => {
1111
axios.request.restore()
1212
})
1313

14-
test.only('List repsonses has the correct path and method', () => {
14+
test('List responses has the correct path and method', () => {
1515
getResponses(axios, { uid: 2 })
1616
expect(axios.request.args[0][0].method).toBe('get')
1717
expect(axios.request.args[0][0].url).toBe('/forms/2/responses')

0 commit comments

Comments
 (0)