Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix attribute lookup test
  • Loading branch information
hoelzro committed Jul 9, 2014
1 parent 87aa7e3 commit 202f49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S26-documentation/why-preceding.t
Expand Up @@ -50,7 +50,7 @@ class Sheep {
}

is Sheep.WHY.content, 'a sheep';
is Sheep.^attributes.grep({ .name eq '$!wool' }).WHY, 'usually white';
is Sheep.^attributes.grep({ .name eq '$!wool' })[0].WHY, 'usually white';
is Sheep.^find_method('roar').WHY.content, 'not too scary';

sub routine {}
Expand Down

0 comments on commit 202f49a

Please sign in to comment.