Woops, was referencing the wrong variable to output

This commit is contained in:
Tal Safran 2018-03-07 17:20:57 -08:00
Родитель 29ee976a1b
Коммит 5341e4416d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -45,7 +45,7 @@ describe "collections" do
end
end
assert_empty invalid_repos, "repositories #{item} do not exist or are private"
assert_empty invalid_repos, "repositories #{invalid_repos} do not exist or are private"
end
it "does not include items pointing to non-existent users or organizations" do