Skip to content

Commit

Permalink
Merge pull request #156 from ugexe/patch-1
Browse files Browse the repository at this point in the history
Update ecosystem.t for current test failure
  • Loading branch information
lizmat committed May 3, 2015
2 parents 1e4296f + 2877bdc commit e1f3318
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions t/ecosystem.t
Expand Up @@ -29,9 +29,9 @@ is $a.project-get-state($a.get-project('new')), $absent, 'get-state 2';
$a.project-set-state($b, $installed);
is $a.project-get-state($b), $installed, 'get-state 3';

is $b.dependencies[0], 'some', 'dependencies 1';
is $b.dependencies[1], 'thing', 'dependencies 2';
is $b.dependencies[2], 'else', 'dependencies 3';
is any($b.dependencies), 'some', 'dependencies 1';
is any($b.dependencies), 'thing', 'dependencies 2';
is any($b.dependencies), 'else', 'dependencies 3';

is $a.suggest-project("Frob-Frob"), "Frob::Frob", 'suggestions 1';
is $a.suggest-project("Frob_Frob"), "Frob::Frob", 'suggestions 2';
Expand Down

0 comments on commit e1f3318

Please sign in to comment.