Skip to content

Commit

Permalink
chore: clarify language
Browse files Browse the repository at this point in the history
  • Loading branch information
zkoppert authored Oct 4, 2024
1 parent 8f84c97 commit 98ee916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_dependabot_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ def test_build_dependabot_file_with_label(self):
self.assertEqual(result, expected_result)

def test_build_dependabot_file_with_labels(self):
"""Test that the dependabot.yml file is built correctly with labels set"""
"""Test that the dependabot.yml file is built correctly with multiple labels set"""
repo = MagicMock()
filename_list = ["Gemfile", "Gemfile.lock"]

Expand Down

0 comments on commit 98ee916

Please sign in to comment.