Skip to content

Commit

Permalink
Fix typo in test description
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Dec 20, 2017
1 parent 9b82552 commit 6a027d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S17-promise/nonblocking-await.t
Expand Up @@ -168,7 +168,7 @@ PROCESS::<$SCHEDULER> := ThreadPoolScheduler.new(max_threads => 4);
CATCH {
default {
ok .does(X::Await::Died),
'Exception from awaiting many things, where on dies, does X::Await::Died';
'Exception from awaiting many things, where one dies, does X::Await::Died';
like .gist, /'golly!'/,
'Exception contains original exception message';
like .gist, /'death-bar'/,
Expand Down

0 comments on commit 6a027d3

Please sign in to comment.