Skip to content

Commit

Permalink
Fixed typo in test description.
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Apr 24, 2015
1 parent 8872fe4 commit 3a6eb35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unexpected.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -5346,7 +5346,7 @@ describe('unexpected', function () {
}, 'to throw', /expect.async should be called in the context of an it-block/);
});

it('fails if is called within a asynchronious context', function () {
it('fails if is called within a asynchronous context', function () {
expect(function () {
function done() {}
expect.async(function () {
Expand Down

0 comments on commit 3a6eb35

Please sign in to comment.