Skip to content

Commit

Permalink
Compare per repo
Browse files Browse the repository at this point in the history
dmikurube committed Dec 19, 2024
1 parent 9142f8d commit 387c8ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion audit.rb
Original file line number Diff line number Diff line change
@@ -45,7 +45,9 @@ def retrieve_github_token()
end

def assert_repos(expected_repos, actual_repos)
assert { expected_repos == actual_repos }
actual_repos.each do |actual_repo_name, actual_repo|
assert { expected_repos[actual_repo_name] == actual_repo }
end
end

def load_expected_repos(repos_yaml)

0 comments on commit 387c8ee

Please sign in to comment.