X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fmodel_collectionofrepos.t;h=1151b6562c076f1d53adaa70c818ba85e4778984;hb=541f51531253df0fd7a0d0d03e2b736158feb167;hp=d47f7e1811a6e4aabb637e0917baccd5440f444b;hpb=df2728e1bc25cfd506249b2e1f492f7c4651a7ec;p=catagits%2FGitalist.git diff --git a/t/model_collectionofrepos.t b/t/model_collectionofrepos.t index d47f7e1..1151b65 100644 --- a/t/model_collectionofrepos.t +++ b/t/model_collectionofrepos.t @@ -95,7 +95,7 @@ throws_ok { Gitalist::Model::CollectionOfRepos->COMPONENT($ctx_gen->(), { repos { my $i = test_with_config({ repo_dir => "$FindBin::Bin/lib/repositories"}); - is scalar($i->repositories->flatten), 3, 'Found 3 repos'; + is scalar($i->repositories->flatten), 5, 'Found 5 repos'; } {