Skip to content

Commit 8d58d10

Browse files
committed
Fix not returning promise
1 parent 4071929 commit 8d58d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/assertionsSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ describe('assertions', function () {
246246

247247
assembly.eventuallyInsertHtml('<select><option>Optional</option><option>Mr</option><option>Mrs</option></select>')
248248

249-
assembly.assertRejection(promise, "expected [ 'Optional', 'Mr', 'Mrs' ] to have exact inner texts [ '', 'Mr', 'Mrs' ]")
249+
return assembly.assertRejection(promise, "expected [ 'Optional', 'Mr', 'Mrs' ] to have exact inner texts [ '', 'Mr', 'Mrs' ]")
250250
})
251251
})
252252

0 commit comments

Comments
 (0)