Skip to content

Commit 559bcff

Browse files
Update unit_test_application_code_spec.cy.js (#785)
Co-authored-by: Emily Rohrbough <[email protected]>
1 parent e533ee9 commit 559bcff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/unit-testing__application-code/cypress/e2e/unit_test_application_code_spec.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ describe('Unit Test Application Code', function () {
2525
expect(divide(27, 9)).to.eq(3)
2626
})
2727

28-
it('can muliple numbers', function () {
28+
it('can multiply numbers', function () {
2929
expect(multiply(5, 4)).to.eq(20)
3030
})
3131
})

0 commit comments

Comments
 (0)